RevokeTeamInvitation.graphql 93 B

123
  1. mutation RevokeTeamInvitation($inviteID: ID!) {
  2. revokeTeamInvitation(inviteID: $inviteID)
  3. }