{ "README_schema" : "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. A relative or absolute path to the JSON from a schema introspection query, e.g. '{ data: ... }'. Changes to the file are watched.", "file": "packages/server/schema.json" }, "README_endpoints": "A list of GraphQL endpoints that can be queried from '.graphql' files in the IDE", "endpoints" : [ { "name": "Default (http://localhost:2121/api/v1/graphql)", "url": "http://localhost:2121/api/v1/graphql", "options" : { "headers": { "user-agent" : "JS GraphQL", "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1MDI4MTg2MzcsImV4cCI6MTUwMjgxODY5NywiZW1haWwiOiJhZG1pbkBib2xkci5pbyIsImlzcyI6ImJvbGRyIiwic3ViIjoiMWIwNjJlMjYtZGY3MS00OGNlLWIzNjMtNGFlOWI5NjZlN2EwIiwicm9sZSI6IkFkbWluIn0.gwLphFsJhouv2Pq8hNa4uOiWJaFOeWRX_oN2SaSc6Q0" } } } ] }