fix: more than 10 folders/requests not loading fixes #2096

This commit is contained in:
Andrew Bastin
2022-02-02 18:12:19 +05:30
parent 2df1c1c6ed
commit ebfbf44140
2 changed files with 63 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
query GetCollectionChildren($collectionID: ID!) {
query GetCollectionChildren($collectionID: ID!, $cursor: String) {
collection(collectionID: $collectionID) {
children {
children(cursor: $cursor) {
id
title
}