OBJECT

createDsiCommentPayload

Autogenerated return type of createDsiComment.

link GraphQL Schema definition

  • type createDsiCommentPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • dsi_comment: DsiComment
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }