annkissam / common_graphql_client

Elixir GraphQL Client with HTTP and WebSocket Support
MIT License
43 stars 9 forks source link

Add static query validator #15

Closed thebugcatcher closed 4 years ago

thebugcatcher commented 4 years ago

This uses node & graphql-tools to validate a graphql query against a schema.

Still need to test this with an external app

I also ran the formatter

Also, I added circleci

Bumps version to 0.5.0

Updates validator to work with document variables

thebugcatcher commented 4 years ago

@ericsullivan Can you give this a review?

ericsullivan commented 4 years ago

I'm very excited to see this feature. Thank you @aditya7iyengar