Initial commit from monorepo
This commit is contained in:
7
graphql/operations/team/teams/CreateTeamAddress.graphql
Normal file
7
graphql/operations/team/teams/CreateTeamAddress.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
mutation CreateTeamAddress($input: CreateTeamAddressInput!) {
|
||||
createTeamAddress(input: $input) {
|
||||
success
|
||||
message
|
||||
workflowId
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user