TeamInvitationRemoved.graphql 93 B

123
  1. subscription TeamInvitationRemoved($teamID: ID!) {
  2. teamInvitationRemoved(teamID: $teamID)
  3. }