Skip to main content

HomeScreenCollectionGroup

Limited CollectionGroup wrapper for home screen data.

type HomeScreenCollectionGroup {
id: UUID!
items(
cohort: EndUserCohort!
): [HomeScreenCollectionGroupCollection!]!
itemsSort: [UUID!]!
}

Fields

HomeScreenCollectionGroup.id ● UUID! non-null scalar references

HomeScreenCollectionGroup.items ● [HomeScreenCollectionGroupCollection!]! non-null object references

Ordered list of collections.

HomeScreenCollectionGroup.items.cohort ● EndUserCohort! non-null enum references

HomeScreenCollectionGroup.itemsSort ● [UUID!]! non-null scalar references

Sorted list of item IDs (for manual sort).

HomeScreenCollectionGroup.collections is already sorted using this data when appropriate.

Returned By

homeScreenCollectionGroup query