-
I was able to deployed the backend on Heroku without docker with is working pretty well, simply can see apollo server graphql playground, but anytime l link it the main.dart of the app, it doesn't co…
-
Currently Apollo doesn't offer an official Flutter Client for developers using [Flutter ](https://flutter.dev/)as their mobile Development framework
-
GraphQL doesn't have to be served over http. In Apollo, they have abstracted the network client away, while providing a default implementation. This is great for things like testing, support for subsc…
-
When 'Subscription' is used as a value for __typename, the caching mechanism confuses it for the operation type and doesn't properly cache the list of items. This is done during the normalization effo…
-
**Is your feature request related to a problem? Please describe.**
During the usage of this package I could not determine clearly what the current state is.
**Describe the solution you'd like**
A…
-
**Describe the bug**
I discovered it the hard way. If there is an error thrown inside `onCompleted` method, it will be suppressed.
And the worst thing is, `onError` and `update` functions will be ne…
-
**Describe the issue**
Can't query when using useGETForQueries: true on HTTPLink. I've tried this with multiple endpoints. These endpoints work fine when I test them out using the JS Apollo Client wi…
-
Hi.
I try create custom template, but having a problem with template folder.
For beginning i just copy template typescript-fetch and try use it my local folder.
`docker run --rm -v C:\generatort…
-
**Describe the issue**
I am performing the same request twice: once using ` FetchPolicy.cacheAndNetwork` and once using `FetchPolicy.cacheOnly`
The cacheOnly request is performed after the cacheAndN…
-
#### Perceived Problem
Generating usable typings for GQL apps, especially client side, is always another painpoint for rolling out GQL apps. Nexus is crushing it with regards to a fully E2E experienc…