graphql-go / graphql-go/graphql
Missing extension support for scalars, interfaces, unions, enums, and inputs
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
Executing
```go
// ...
body := `
extend input hello {
world: string
}
`
astDoc := parse(t, body)
// ...
```
results in `Parse failed: Syntax Error GraphQL (2:8) Expected "type", found Name "input"`. Similar outputs for each type mentioned in the title.
Contributor guide
Assessment
This issue has not been assessed yet.