graphql-go / graphql-go/graphql
Discussion: GraphQL Spec Compliance Tests
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
**Edit**
##### Spec discussion -> https://github.com/graphql/graphql-spec/issues/698
---
Hello maintainers
As a part of research around the simplifying graphql spec tests across implementations, I've stumbled upon the specs written here for `graphql-go`. I'd really appreciate if I can get an idea around how difficult it has been to maintain this test suite, and how often does it go out of parity with the actual graphql spec? Were there cases when misunderstanding the spec led to issues with the library?
#### Would having a generic set of compatibility tests help around these issues if any?
As schema definition in SDL format is natively supported by the library then it would be easy to adapt generic testing suite across different languages.
Contributor guide
Assessment
This issue has not been assessed yet.