graphql-codegen-hasura
graphql-codegen-hasura copied to clipboard
code-generator plugins for hasura/apollo-gql/typescript development
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...
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...
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...
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...
Check the JSON schema downloaded with the apollo:cli (or any other static API-definition of your liking) for `*_pk_columns_input`  😄
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  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...
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...