refactor: migration teams adapters to urql
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
query RootCollectionsOfTeam($teamID: ID!, $cursor: ID) {
|
||||
rootCollectionsOfTeam(teamID: $teamID, cursor: $cursor) {
|
||||
id
|
||||
title
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user