CollectionChannelListing Object
Represents collection channel listing.
type CollectionChannelListing implements Node {
id: ID!
publicationDate: Date @deprecated
publishedAt: DateTime
isPublished: Boolean!
channel: Channel!
}
Fields
id ● ID!
The ID of the collection channel listing.
publishedAt ● DateTime
The collection publication date.
isPublished ● Boolean!
Indicates if the collection is published in the channel.
channel ● Channel!
The channel to which the collection belongs.
Show deprecated
Interfaces
Node
An object with an ID
Member Of
Collection object