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

ran into an odd problem that im actively debugging If i use ``` Chain(`${this.config.endpoint}/v1/graphql`, { headers: { "Content-Type": "application/json", "x-hasura-admin-secret": this.config.secret, }, })("mutation", { scalars, })({ insert_matches_one: [ { object:...

Using the output of the `graphql-zeus --typedDocumentNode` generator, how do I reference the response type of a query or mutation? Using this query from [the documentation](https://graphqleditor.com/docs/zeus/apollo/): ```ts const myMutation =...

The discord link in the README: https://github.com/graphql-editor/graphql-zeus?tab=readme-ov-file#join-the-zeus-community-and-spread-the-word no longer works.

Hi guys, I'm following this https://graphqleditor.com/docs/zeus/custom-fetch/ to implement my own custom fetch. But then I'm stuck at implement custom subscription. Have been digging around but found nothing. https://github.com/graphql-editor/graphql-zeus/blob/3455b762a7d3072a5a77b1024c3ccb9a19277997/examples/typescript-node/src/zeus/index.ts#L202 This SubscriptionThunder...

I am looking to connect this to an AWS AppSync API using [aws-sigv4-fetch](https://www.npmjs.com/package/aws-sigv4-fetch) as my custom fetcher. Is there a way to connect this to declare this as part of...