Skip to main content

ContentPublishInput

Fields required to publish content.

input ContentPublishInput {
previousRevision: Int!
data: JSONString!
publicationDate: Date
}

Fields

ContentPublishInput.previousRevision ● Int! non-null scalar

Revision of the previous content version.

ContentPublishInput.data ● JSONString! non-null scalar

Editor data.

ContentPublishInput.publicationDate ● Date scalar

The date when this version should be published.

Member Of

contentPublish mutation

Was this page helpful?