Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce GraphQL Validator #236

Open
ostridm opened this issue Mar 28, 2024 · 0 comments
Open

Introduce GraphQL Validator #236

ostridm opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
Type: enhancement New feature or request.

Comments

@ostridm
Copy link
Contributor

ostridm commented Mar 28, 2024

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

@ostridm ostridm added the Type: enhancement New feature or request. label Mar 28, 2024
@ostridm ostridm self-assigned this Mar 28, 2024
ostridm added a commit that referenced this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant