RootCollectionsOfTeam.graphql 140 B

123456
  1. query RootCollectionsOfTeam($teamID: ID!, $cursor: ID) {
  2. rootCollectionsOfTeam(teamID: $teamID, cursor: $cursor) {
  3. id
  4. title
  5. }
  6. }