graphql-zeus icon indicating copy to clipboard operation
graphql-zeus copied to clipboard

GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )

Results 106 graphql-zeus issues
Sort by recently updated
recently updated
newest added

GraphQL v16.5.0 has introduced new types that we can leverage to expose better errors. Features introduced by this PR: - [x] Introduced a new class named `ZeusError`, replacing the confusing...

Is there any way to get operationName and query string when there is an error? The GraphQLError object is pretty sparse.

Trying to use `GraphQLTypes['XXXXX_insert_input']`. ![image](https://user-images.githubusercontent.com/16115480/178133598-8a789ed9-04d9-498c-bb38-0a6fb409f40f.png) ![image](https://user-images.githubusercontent.com/16115480/178133607-3136e670-5838-41c9-ba8b-b6350b7ad877.png) What I'm doing wrong here?

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.3.0 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...

dependencies

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

```js export const useLogin = () => useTypedMutation('mutation', { signIn: [ { input: { email: $('email', 'String!'), password: $('password', 'String!'), }, }, { token: true }, ], }); ``` ```...

I took at stab at fully implementing https://github.com/graphql-editor/graphql-zeus/issues/235 and while complex this approach seems to work quite well. I tried to cover everything in this PR (including docs) however do...

I'm using Zeus to generate bindings in one NPM package, and attempting to import and use them in another package. I'm hitting type errors around this generated code: ``` export...

While not an error of Zeus strictly speaking, the client does not succeed in building specific malformed queries: ```ts // Valid query me: { id: true, contacts: { // Contact...

Hi! Looks like react query plugin is forgotten to update for new scalars definitions, because all scalars types marked as unknown