mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
23 lines
756 B
JSON
23 lines
756 B
JSON
{
|
|
|
|
"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": "data/src/main/graphql/github/schema.json"
|
|
},
|
|
|
|
"README_endpoints": "A list of GraphQL endpoints that can be queried from '.graphql' files in the IDE",
|
|
"endpoints" : [
|
|
{
|
|
"name": "Default (http://localhost:8080/graphql)",
|
|
"url": "http://localhost:8080/graphql",
|
|
"options" : {
|
|
"headers": {
|
|
"user-agent" : "JS GraphQL"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
|
|
} |