graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.82k stars 836 forks source link

Kitchen Sink Schema is Invalid #648

Open polarina opened 1 year ago

polarina commented 1 year ago

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.