graphql-go / graphql-go/graphql
Kitchen Sink Schema is Invalid
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/graphql-go/graphql/blob/09272f35006712d597c0446258874ce7ff8919fb/schema-kitchen-sink.graphql#L61
The statement `extend type Foo @onType {}` is invalid -- the [grammar](https://spec.graphql.org/June2018/#sec-Object-Extensions) does not allow an empty `FieldsDefinition`.
Contributor guide
Assessment
This issue has not been assessed yet.