Skip to content

updateDsiCommentPayload

Autogenerated return type of updateDsiComment.

Fields

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

Used By

Definition

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