7 lines
140 B
GraphQL
7 lines
140 B
GraphQL
query RootCollectionsOfTeam($teamID: ID!, $cursor: ID) {
|
|
rootCollectionsOfTeam(teamID: $teamID, cursor: $cursor) {
|
|
id
|
|
title
|
|
}
|
|
}
|