-
**Describe the bug**
Hello, I am trying to use pluckConfig to remove `gql` from graphl-tag and use my custom ggl tag module but the pluck config doesn't seems to be working.
I have added the co…
-
I was following Hasura automatic type generation for React/Angular Apps. It seems that `code-gen` takes all the query and mutation and introspection and then it generates typescript type defs.
ht…
-
We got this error on our Jenkins buildserver today.
```
com.fasterxml.jackson.core.exc.InputCoercionException: Numeric value (2149088644) out of range of int (-2147483648 - 2147483647)
at [Sourc…
-
## Proposal
Officially recommend against using GraphQL Stitching in Gravity
## Status
**Accepted**
## Reasoning
> As there is quite a lot of history behind our decision to implement Gr…
-
WARNING: I am not trying to classify these folders by project or else it defeats the whole purpose of our application. This list is just to reference where these came from (The descriptions should app…
-
>**Note**: If your question is regarding the AWS Amplify Console service, please log it in the
[AWS Amplify Console repository](https://github.com/aws-amplify/amplify-console/issues)
**Which Cate…
-
### Is this related to a new or existing Amplify category?
api
### Is this related to another service?
AppSync
### Describe the feature you'd like to request
Allow for setting up your lambda auth…
-
**Describe the bug**
We use GraphL-Batch, but we're seeing N+1 query results in `connection_type` field resolvers.
We currently use the GraphQL-Batch [association loader](https://github.com/Shop…
-
Hi @charlypoly
I want to convert back the JSON schema(generated using 'graphql-to-json-schema') to GraphQL schema.
Do we have any such method or way to do it ?
Please let me know.
Any kind of…
-
As described [here](https://graphql-rules.com/rules/mutation-payload-query), it is possible to return the `Query` type in a mutation payload. This allows a user to execute a query after the completion…