graphql-schema-validation 0.1.3

A spec compliant implementation of GraphQL SDL schema validation
Documentation
1
2
3
4
5
6
7
8
9
10
  × Cannot reference Input Object A within itself through a series of non-null fields: "otherA"


  × Cannot reference Input Object Transitively within itself through a series of non-null fields: "other.second.back"


  × Cannot reference Input Object Intermediate1 within itself through a series of non-null fields: "second.back.other"


  × Cannot reference Input Object Intermediate2 within itself through a series of non-null fields: "back.other.second"