mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
13 lines
155 B
GraphQL
13 lines
155 B
GraphQL
type Mutation {
|
|
updateBoxProfile : UpdateBoxProfileResponse
|
|
}
|
|
|
|
|
|
|
|
|
|
type UpdateBoxProfileResponse {
|
|
success : Boolean!
|
|
updatedProfiles : [String!]!
|
|
}
|
|
|