feat: self host packaging (HBE-166) (#41)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
query GetCollectionChildren($collectionID: ID!, $cursor: String) {
|
||||
query GetCollectionChildren($collectionID: ID!, $cursor: ID) {
|
||||
collection(collectionID: $collectionID) {
|
||||
children(cursor: $cursor) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user