query GetSingleCollection($collectionID: ID!) { collection(collectionID: $collectionID) { id title data parent { id } } }