UpdatePostInput (Input)
Description
No description
Fields
Name | Description |
---|---|
attachmentIds - [String!] | |
createdAt - DateTime | |
customSeoDetail - CustomSeoDetailInput | The custom seo detail of this post |
externalId - String | |
externalUrl - String | |
locked - Boolean | Whether the post is locked |
mappingFields - [PostMappingFieldInput!] | |
ownerId - ID | |
publish - Boolean! | |
publishedAt - DateTime | |
seoDetail - UpdatePostSeoDetailInput | |
slug - String | The 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
}