UpdatePostInput
No description
input UpdatePostInput {
  attachmentIds: [String!]
  createdAt: DateTime
  customSeoDetail: CustomSeoDetailInput
  locked: Boolean
  mappingFields: [PostMappingFieldInput!]
  ownerId: ID
  publish: Boolean
  publishedAt: DateTime
  seoDetail: UpdatePostSeoDetailInput
  tagNames: [String!]
  updatedAt: DateTime
}
Fields
attachmentIds ([String!])
createdAt (DateTime)
customSeoDetail (CustomSeoDetailInput)
The custom seo detail of this post
locked (Boolean)
Whether the post is locked