4 lines
97 B
GraphQL
4 lines
97 B
GraphQL
mutation RevokeTeamInvitation($inviteID: ID!) {
|
|
revokeTeamInviteByAdmin(inviteID: $inviteID)
|
|
}
|