-
## The dependency [apollo](https://github.com/apollographql/apollo-tooling) was updated from `2.6.0` to `2.6.1`.
🚨 [View failing branch](https://github.com/jsdevtools/graphql-jsdevtools/compare/mast…
-
add dependencies either by running npm I or adding them to the package.json
-
### Which packages are impacted by your issue?
@graphql-codegen/core
### Describe the bug
### Describe the bug
I am in the process of setting up `[graphql-codegen](https://github.com/dotansi…
-
**Describe the bug**
The `Types` namespace is not imported into `frag1.generated.ts`.
**To Reproduce**
Steps to reproduce the behavior:
https://github.com/stephenbunch/graphql-codegen-bug…
-
Hi, I'm using apollo/client": "3.6.8"
The issue I have is when I'm trying to use a function inside onCompleted of useQuery I'm having the error: `Uncaught ReferenceError: Cannot access 'myFunction' b…
-
Per this comment: https://github.com/Edgeryders-Participio/realities/pull/60#discussion_r235997317 it would be nice to improve the building/storing of fragment types to not have a checked in file that…
-
If a query returns an error, the store no longer updates with the newest data when using refetch. Is this intentional behavior?
Here's an example, I created a query that returns the time, and it wi…
-
- [X] feature
This link on the NPM readme https://codesandbox.io/s/github/apollographql/apollo-link-rest/tree/master/examples/typescript?file=/src/RepoSearch.tsx
for the typescript example has err…
-
Hello,
I'm trying to use `useLazyQuery` to trigger a query on click on a button.
**Intended outcome:**
It only triggers the query when I click on the button (`execQuery()`)
**Actual outcome:…
-
### Issue
I tried recently in a new project to use this library again, not sure why but this time I can't run the tests, from the error message I can only infer it's the SuperJson library that has …