Initial commit from monorepo
This commit is contained in:
14
graphql/operations/user/teams/SwitchTeam.graphql
Normal file
14
graphql/operations/user/teams/SwitchTeam.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
mutation SwitchTeam($teamId: String!) {
|
||||
switchTeam(teamId: $teamId) {
|
||||
user {
|
||||
id
|
||||
firstName
|
||||
lastName
|
||||
activeTeamId
|
||||
activeTeam {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user