You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.
"Specifies how to load the GraphQL schema that completion, error highlighting, and documentation is based on in the IDE",
"schema": {
"README_file":
"Remove 'file' to use request url below (edit was: \"file\": \"graphql.schema.json\",). A relative or absolute path to the JSON from a schema introspection query, e.g. '{ data: ... }'. Changes to the file are watched.",
"--file": "./misc/schema.json",
"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:5000/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,
"README_options":
"See the 'Options' section at https://github.com/then/then-request",
"options": {
"headers": {
"user-agent": "JS GraphQL"
}
}
}
},
"README_endpoints":
"A list of GraphQL endpoints that can be queried from '.graphql' files in the IDE",