Files
webapp/graphql/operations/team/teams/CreateTeamAddress.graphql
2026-01-07 09:10:35 +07:00

8 lines
144 B
GraphQL

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