mirror of
https://github.com/quepasaevents/qpa-client.git
synced 2023-12-14 05:33:02 +01:00
8 lines
480 B
Text
8 lines
480 B
Text
|
{
|
||
|
"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: ... }' or a .graphql/.graphqls file describing the schema using GraphQL Schema Language. Changes to the file are watched.",
|
||
|
"file": "./server/src/schema.graphql"
|
||
|
}
|
||
|
}
|