js-graphql-intellij-plugin
js-graphql-intellij-plugin copied to clipboard
GraphQL intropection: The server introspection response cannot be parsed as a valid JSON object.
GraphQL intropection: The server introspection response cannot be parsed as a valid JSON object. how to fix it ? i don't know.
I am getting the same error for remote schema https://api.monday.com/v2/get_schema
It seems it gets HTML page instead the JSON and therefore it is not able to parse it.
I have no idea why, even simple curl https://api.monday.com/v2/get_schema
gets me the right JSON file without any extra parameters or headers being provided.
Update: using http://
instead of https://
solved the issue for me and allowed me to move forward...