OBJECT

deleteCommentPayload

Autogenerated return type of deleteComment.

link GraphQL Schema definition

  • type deleteCommentPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • comment: Comment
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }