Files
webapp/graphql/operations/team/teams/CreateTeamAddress.graphql
T

8 lines
144 B
GraphQL

mutation CreateTeamAddress($input: CreateTeamAddressInput!) {
createTeamAddress(input: $input) {
success
message
workflowId
}
}