graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.91k stars 839 forks source link

Compatibility acceptance tests #131

Open F21 opened 8 years ago

F21 commented 8 years ago

A repo containing language-agnostic compatibility acceptance tests for graphql is available: https://github.com/graphql-cats/graphql-cats

We should consider also using those tests for graphql-go.

sogko commented 8 years ago

This seems promising, would definitely give everyone confidence in graphql-go. Accepting any PR from anyone who wants to kick start this 👍

Note for those attempting to work on this, the acceptance tests seems to require graphql-go >= v0.5.0 due to the use of Directive Locations.