"README_request":"To request the schema from a url instead, remove the 'file' JSON property above (and optionally delete the default graphql.schema.json file).",
"request":{
"url":"http://localhost:5555/graphql",
"url":"http://localhost:8443/graphql",
"method":"POST",
"README_postIntrospectionQuery":"Whether to POST an introspectionQuery to the url. If the url always returns the schema JSON, set to false and consider using GET",
"postIntrospectionQuery":true,
@@ -19,8 +19,8 @@
"README_endpoints":"A list of GraphQL endpoints that can be queried from '.graphql' files in the IDE",