DiscoverSection
No description
type DiscoverSection {
id: String!
title: String
subtitle: String
thumbnailUrl: String
description: String
sectionType: DiscoverSectionType!
contentType: DiscoverContentType!
layoutType: DiscoverLayoutType!
featuredItem: Discoverable
hero: DiscoverContent
items: [Discoverable!]!
}
Fields
id ● String! non-null scalar
title ● String scalar
subtitle ● String scalar
thumbnailUrl ● String scalar
description ● String scalar
sectionType ● DiscoverSectionType! non-null enum
contentType ● DiscoverContentType! non-null enum
layoutType ● DiscoverLayoutType! non-null enum
featuredItem ● Discoverable union
hero ● DiscoverContent object
items ● [Discoverable!]! non-null union
Member of
DiscoverFeed object