TeamCollectionRemoved.graphql 94 B

123
  1. subscription TeamCollectionRemoved($teamID: ID!) {
  2. teamCollectionRemoved(teamID: $teamID)
  3. }