graphql-codegen-hasura icon indicating copy to clipboard operation
graphql-codegen-hasura copied to clipboard

code-generator plugins for hasura/apollo-gql/typescript development

Results 33 graphql-codegen-hasura issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Check the JSON schema downloaded with the apollo:cli (or any other static API-definition of your liking) for `*_pk_columns_input` ![image](https://user-images.githubusercontent.com/20074921/103803556-f4fdc200-500d-11eb-8015-f4a79169edd4.png) 😄

Enabling the [allow-list](https://hasura.io/docs/1.0/graphql/core/deployment/allow-list.html) is highly recommended when running the GraphQL engine in production. I wonder how do you handle this when making use of the generated generic queries?

https://github.com/ablestack/graphql-codegen-hasura/blob/db5de3d08401f04912291b9c2df8a7920e42c72e/packages/graphql-codegen-hasura-shared/src/tshelperInjectors.ts#L135 ![image](https://user-images.githubusercontent.com/9781750/91944391-d9c32480-ecb2-11ea-915a-45f366ff3a53.png) Running @apollo/client version 3.1.4. Looks like the types were updated here: https://github.com/apollographql/apollo-client/commit/7202b78574f9fddd2a513a7f5ebd9212e989f825#diff-a425d86f9a8376d3071667e3198c940a The solution here would be to not return the result of `apolloCache.writeQuery...` ?

Does the plugin generate the "aggregate" query I have a query to fetch the "project" list with the pagination(offset and limit) and also want to get the total number of...

Just a suggestion to add RenovateBot to track new versions of the codegen more easily and keep up to date with it. If you'll add tests we can even think...

enhancement

Apollo Client ties it up to strictly use under React! What about NextJs API? That's personally my case when a receive a certain webhook at a certain endpoint and then...