graphql-zeus
graphql-zeus copied to clipboard
GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
Could handleFetchResponse be exported so that it can be reused with custom Thunder clients?
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
one of my colleagues found `ValueTypes` and its super useful for example if i have params for mutation i can just use `ValueTypes['myMutationParams']` but that was found inside the lib...
Zeus generates `typedDocumentNode.ts` file with imported `@graphql-typed-document-node/core` library, but documentation says it needs `@graphql-codegen/typed-document-node`. I installed the library on my own and everything works, but I tried using graphql-codegen, and...
Solves #252, #317 Improve #253 Previously, the variables are not used in the `Chain` Function, so the generated query result will not include variables. This PR fixes that. ### Usage...
It could be good to have schema saved as string const. Example: it is needed in ZeusForm to provide schema as string < run zeus at that case will give...
Hello, I just found your project and it is so cool 👏🏻 I am a big react-query fan, and I saw that your tool supports it. Hoverver I can't understand...
# Problem - When a union of types which implement an interface is returned, it should be possible to get the concrete types' values using `inline fragment` with the `interface`...