-
### Describe the bug
# tl;dr
See minimal reproduction: https://github.com/edorivai/graphql-codegen-transpile-only
```bash
# this fails to load the schema due to a TS error in schema.ts
yarn g…
-
The https://github.com/n1ru4l/graphql-public-schema-filter library can filter schemas to expose just a portion of the schema to be public.
This would be useful have a public API that was limited to…
-
### Issue Description
## The Bug
If an attacker can execute arbitrary GraphQL queries via an Apollo Client with a cache, and the schema being queried contains objects on which the attacker can con…
-
When client search for some node, we shouldn't return the result if the user doesn't have a permission to reach it.
This check should be done server side, but how can I do it?
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
I love the new SubSchema feature from @d-exclaimation!
I think it would be useful to have the ability to extended Types from one SubSchema in another SubSchema.
This would be a natural extension to …
-
### What happened?
With very large type systems gqlgen can generate code that can no longer by compiled by the go compiler. Once more than 65.000 field marshaling methods have been added to the `ex…
-
Hey, thanks for the great talk about "experiements in GraphQL," so many good ideas there!
I'm exploring `@defer` and I have a couple clarifying questions about error handling.
Let's say you have a …
-
**Describe the bug**
Prior to CLI v. 4.21.4, queries for @key directives were not generated automatically. As of 4.21.4, every @key directive seems to auto generate a query for the key, even if `quer…