Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/queries/RootCollectionsOfTeam.graphql
2022-02-04 15:37:32 +05:30

7 lines
140 B
GraphQL

query RootCollectionsOfTeam($teamID: ID!, $cursor: ID) {
rootCollectionsOfTeam(teamID: $teamID, cursor: $cursor) {
id
title
}
}