OBJECT

UpdatePostPayload

DEPRECATED: use UpdatePublicationPayload instead. This type will be removed after May 21, 2023.

link GraphQL Schema definition

  • type UpdatePostPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: ID
  • # The updated post.
  • post: Post!
  • }