mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Setup .graphqlconfig and update schema
This commit is contained in:
15
.graphqlconfig
Normal file
15
.graphqlconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1960,7 +1960,7 @@ input Player_variance_order_by {
|
||||
}
|
||||
|
||||
type Query {
|
||||
getBoxProfile(address: String!): BoxProfile
|
||||
getBoxProfile(address: String): BoxProfile
|
||||
}
|
||||
|
||||
"""query root"""
|
||||
@@ -2262,7 +2262,7 @@ type query_root {
|
||||
|
||||
"""fetch data from the table: "Skill" using primary key columns"""
|
||||
Skill_by_pk(id: uuid!): Skill
|
||||
getBoxProfile(address: String!): BoxProfile
|
||||
getBoxProfile(address: String): BoxProfile
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user