query GetCollectionChildren($collectionID: ID!) { collection(collectionID: $collectionID) { children { id title } } }