gqlparser
gqlparser copied to clipboard
Invalid but legal cyclic dependency
https://go.dev/play/p/OpXdRkWugrA
In the example above I demonstrate a violation of the GraphQL spec:
input T { self: T! }
Cyclic dependency is illegal for input types.