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

Instead of creating a new connection I would like to just resubscribe instead. graphql-ws allows you to complete queries by sending a complete message. This can easily be done by...

Hello :) I'm running into two issues when trying to use Zeus with React Query and TypeScript in a React Native mobile app ## Problem 1 When running `zeus schema.graphql...

I just came across a problem with using fragments and I noticed from the following code emitting logic that enum variants are not considered optional. Is there a particular reason...

Hi and thanks a lot for this awesome library! Today I wanted to switch on the TypeScript option "exactOptionalPropertyTypes" for a project and noticed that the generated Zeus client doesn't...

If a response from the server isn't OK, `handleFetchResponse` will reject the promise (throwing an error) with the JSON-parsed version of the response: https://github.com/graphql-editor/graphql-zeus/blob/cfd6d58cc4d08131ba80e67c8b098856eca7a83d/packages/graphql-zeus-core/TreeToTS/functions/new/apiFetch.ts#L10 This seems like it would either...

Hello, I'm trying to create a couple of wrapper functions where I accept a generic of `TData extends ValueTypes['Query']` but when I use this with a `declaration: true` in tsconfig...

Awesome project! I have a `UUID` scalar in my graphql schema and `someMutation` expects `[UUID!]!` as an input. But when I call the following query: ```ts await gqlSdk('mutation', { scalars...

Recently I wasted time reviewing commits made for bounty and they were total shit trying to fool with fake passing tests. This is just a rant, but no more bounties...

## Expected Behavior When I create a schema.graphql containing a non-null query argument that has a default value, I would expect to not have to pass that argument to the...

Given that the official [documentation](https://graphqleditor.com/docs/tools/zeus/plugins/apollo/) now recommends using `typedDocumentNode` for Apollo integration, I suggest that we add a deprecation note (or message that warn user that uses newer version of...