8 lines
144 B
GraphQL
8 lines
144 B
GraphQL
mutation CreateTeamAddress($input: CreateTeamAddressInput!) {
|
|
createTeamAddress(input: $input) {
|
|
success
|
|
message
|
|
workflowId
|
|
}
|
|
}
|