TeamMemberRemoved.graphql 86 B

123
  1. subscription TeamMemberRemoved($teamID: ID!) {
  2. teamMemberRemoved(teamID: $teamID)
  3. }