You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with GraphQL documents, it's essential to ensure that the structure conforms to the format according to the IntrospectionQuery to prevent inconsistencies and improve compatibility with various tools and libraries.
Proposed solution
Implement GraphQL Validator for the GraphQL.Document based on the Current working draft of GraphQL specification
Expected results
GraphQL Validator is able to validate and report structural errors of the GraphQL introspection documents
The text was updated successfully, but these errors were encountered:
When working with GraphQL documents, it's essential to ensure that the structure conforms to the format according to the IntrospectionQuery to prevent inconsistencies and improve compatibility with various tools and libraries.
Proposed solution
Implement GraphQL Validator for the
GraphQL.Document
based on the Current working draft of GraphQL specificationExpected results
GraphQL Validator is able to validate and report structural errors of the GraphQL introspection documents
The text was updated successfully, but these errors were encountered: