Files
TheGame/.graphqlconfig
2020-08-21 10:57:31 -06:00

16 lines
319 B
Plaintext

{
"name": "MetaGame GraphQL Schema",
"schemaPath": "./packages/codegen/schema.graphql",
"extensions": {
"endpoints": {
"Hasura Dev": {
"url": "http://localhost:8080/v1/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}