Skip to main content
Version: 3.x

PublishableChannelListingInput

No description

input PublishableChannelListingInput {
channelId: ID!
isPublished: Boolean
publicationDate: Date
publishedAt: DateTime
}

Fields

PublishableChannelListingInput.channelId ● ID! non-null scalar

ID of a channel.

PublishableChannelListingInput.isPublished ● Boolean scalar

Determines if object is visible to customers.

PublishableChannelListingInput.publicationDate ● Date scalar

Publication date. ISO 8601 standard.

DEPRECATED: this field will be removed in Saleor 4.0. Use publishedAt field instead.

PublishableChannelListingInput.publishedAt ● DateTime scalar

Publication date time. ISO 8601 standard.

Added in Saleor 3.3

Member of

CollectionChannelListingUpdateInput input


Was this page helpful?