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

Hello! I would love it if Zeus natively supported file uploads. I'll probably open a PR in the few weeks. Related works: - [spec](https://github.com/jaydenseric/graphql-multipart-request-spec) - [emcell](https://github.com/emcell) offers a simple implementation...

I think there is a strong use-case for releasing pre-generated Zeus Typescript types for popular GraphQL apis released as NPM packages. **EG:** - Github - Gitlab - Shopify Storefont -...

Possibility of mapping data from response into desired type used at front side of application, eg. date string into Date object; when data is used in Table from some package...

I'm seeing an issue where when I have the following query, everything works right: ``` ZeusTD({ myQuery: { id: true, other: true } }) ``` However anything requiring arguments loses...

Hello @aexol, thanks for your amazing library. The generated type for nullable fields in v4.0.4 is `... | undefined` while in reality the runtime type is `... | null`. The...

Right now we only have support for react query, it would be great if we could get support for redux toolkit's RTK query

I was looking at [these](https://zeus.graphqleditor.com/page/graphql/gql.html) docs and it shows how to generate a gql string. It works well and I can generate gql strings for queries with no issues. I...

Hello, I don't know if you know about [typed-document-node](https://github.com/dotansimha/graphql-typed-document-node) but it seems like the perfect abstraction needed by GraphQL-Zeus. In short, `TypedDocumentNode` can be consumed by most of GraphQL libraries...

enhancement