graphql
graphql copied to clipboard
Kitchen Sink Schema is Invalid
https://github.com/graphql-go/graphql/blob/09272f35006712d597c0446258874ce7ff8919fb/schema-kitchen-sink.graphql#L61
The statement extend type Foo @onType {}
is invalid -- the grammar does not allow an empty FieldsDefinition
.