Files
TheGame/hasura/metadata/actions.graphql

13 lines
155 B
GraphQL

type Mutation {
updateBoxProfile : UpdateBoxProfileResponse
}
type UpdateBoxProfileResponse {
success : Boolean!
updatedProfiles : [String!]!
}