3 lines
93 B
GraphQL
3 lines
93 B
GraphQL
mutation RevokeTeamInvitation($inviteID: ID!) {
|
|
revokeTeamInvitation(inviteID: $inviteID)
|
|
} |