mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-09 22:57:56 -05:00
central codegen package no longer needed since its being generated in each package separately as needed
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
{
|
|
"name": "MetaGame GraphQL Schema",
|
|
"schemaPath": "./schema.graphql",
|
|
"extensions": {
|
|
"endpoints": {
|
|
"Hasura Dev": {
|
|
"url": "http://localhost:8080/v1/graphql",
|
|
"headers": {
|
|
"user-agent": "JS GraphQL"
|
|
},
|
|
"introspect": false
|
|
}
|
|
}
|
|
}
|
|
}
|