OBJECT

CreatePostPayload

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

link GraphQL Schema definition

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