query GetCollectionTitleAndData($collectionID: ID!) { collection(collectionID: $collectionID) { title data } }