Files
TheGame/.graphqlconfig
Hammad Jutt 15a90e7b56 Move schema.graphql to root of project and delete codegen package
central codegen package no longer needed since its being generated in each package separately as needed
2021-01-29 13:06:51 -07:00

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
}
}
}
}