Skip to main content

UpdatePostInput (Input)

Description

No description



Fields

NameDescription
attachmentIds - [String!]
createdAt - DateTime
customSeoDetail - CustomSeoDetailInputThe custom seo detail of this post
externalId - String
externalUrl - String
locked - BooleanWhether the post is locked
mappingFields - [PostMappingFieldInput!]
ownerId - ID
publish - Boolean!
publishedAt - DateTime
seoDetail - UpdatePostSeoDetailInput
slug - StringThe slug of the post creating the human readable part of its URL
tagNames - [String!]
updatedAt - DateTime

input UpdatePostInput {
attachmentIds: [String!]
createdAt: DateTime
customSeoDetail: CustomSeoDetailInput
externalId: String
externalUrl: String
locked: Boolean
mappingFields: [PostMappingFieldInput!]
ownerId: ID
publish: Boolean!
publishedAt: DateTime
seoDetail: UpdatePostSeoDetailInput
slug: String
tagNames: [String!]
updatedAt: DateTime
}