This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
version.tribalwarshelp.com/.graphqlconfig

15 lines
301 B
Plaintext

{
"name": "TWHelp",
"schemaPath": "remote-schema.graphql",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "https://api.tribalwarshelp.com/graphql",
"headers": {
"user-agent": "IDE"
},
"introspect": true
}
}
}
}