Skip to content

createDsiCommentPayload

Autogenerated return type of createDsiComment.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createDsiComment.
"""
type createDsiCommentPayload {
dsi_comment: DsiComment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}