Initial commit from monorepo
This commit is contained in:
6
graphql/operations/team/teams/DeleteTeamAddress.graphql
Normal file
6
graphql/operations/team/teams/DeleteTeamAddress.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
mutation DeleteTeamAddress($uuid: String!) {
|
||||
deleteTeamAddress(uuid: $uuid) {
|
||||
success
|
||||
message
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user