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

Early return for null values - avoids running them through a decoder if provided to ensure decoders receive only non-null fields. Fixes #329

Hello First of all, awesome library, many thanks for this! The graphql API we're using can return `null` for fields that are nullable. This, coupled with implementing a Scalar's decoder,...

Using [email protected] The query is valid as far as i know, and the results are correctly typed. Schema from [email protected]. ![image](https://user-images.githubusercontent.com/5122320/178729969-2ea153ae-6cde-4908-86e9-472c5855f5e7.png)

I see that a new major version was published yesterday but I couldn't find any release notes. What are the main changes please?

Is this expected behaviour? Autocomplete works but the query essentially allows any object without error: Love Zeus. ❤️⚡️ Thanks.

bug

1. If I use `await chain('query')` my response has many `null` values. 2. I would like to omit any key that has a value of `null` 3. What is the...

Hi @aexol Still appreciating your great work on this lib I have come across a new issue unfortunately, which is a custom GraphQL Scalar. The scalar in question is: https://github.com/taion/graphql-type-json...

There are two generated functions in a generated schema where the `if` cases are not exhaustive, causing a compiler error. For now I worked around the error by adding `throw...

When generating a schema, there is an import directive for WebSocket. Since that doesn't exist in Node yet, this import fails. It looks like #250 initially fixed the issue by...