sangria
sangria copied to clipboard
Discuss: GraphQL Spec Compliance Tests
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 sangria. 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.
Hi @pranshuchittora
Yes it would be interesting to have a generic set of compatibility tests.
Glad to hear that @yanns. Currently I am not working on this
Can you share your thoughs on this thread -> https://github.com/graphql/graphql-spec/issues/698