Initial commit from monorepo
This commit is contained in:
9
graphql/operations/user/teams/CreateTeam.graphql
Normal file
9
graphql/operations/user/teams/CreateTeam.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
mutation CreateTeam($input: CreateTeamInput!) {
|
||||
createTeam(input: $input) {
|
||||
team {
|
||||
id
|
||||
name
|
||||
teamType
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user