Validate introspection response #1692
Unanswered
dim-37
asked this question in
Q&A / Support
Replies: 1 comment
-
seems like you have an invalid JSON. maybe graphql-js repo can help you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to validate my
introspection.json
file withgraphql-inspector
from npm and it returns an errorError: Unable to read JSON file: FILE_PATH: Syntax Error: Expected <EOF>, found Name "kind".
.How can I find json schema for graphql schema to validate it or can somebody recommend me a tool to validate introspection?
I don't understand what is wrong whit it :
introspection.zip
Beta Was this translation helpful? Give feedback.
All reactions