HomeScreenCollectionGroupCollection
Limited Collection wrapper for home screen data.
Does not include collection items.
type HomeScreenCollectionGroupCollection {
contentType: ContentType!
contentUrl: UrlTemplate
endAt: DateTime
id: UUID!
posterSize: PosterSize!
startAt: DateTime
subtitle: String
targetCohorts: [EndUserCohort!]!
title: String!
type: CollectionType!
}
Fields
HomeScreenCollectionGroupCollection.contentType ● ContentType! non-null enum references
HomeScreenCollectionGroupCollection.contentUrl ● UrlTemplate object references
When present, this URL template must be used to fetch the contents of the collection.
HomeScreenCollectionGroupCollection.endAt ● DateTime scalar references
HomeScreenCollectionGroupCollection.id ● UUID! non-null scalar references
HomeScreenCollectionGroupCollection.posterSize ● PosterSize! non-null enum references
HomeScreenCollectionGroupCollection.startAt ● DateTime scalar references
HomeScreenCollectionGroupCollection.subtitle ● String scalar references
HomeScreenCollectionGroupCollection.targetCohorts ● [EndUserCohort!]! non-null enum references
HomeScreenCollectionGroupCollection.title ● String! non-null scalar references
HomeScreenCollectionGroupCollection.type ● CollectionType! non-null enum references
Member Of
HomeScreenCollectionGroup object