Skip to content

CreateInternalCommentPayload

Autogenerated return type of CreateInternalComment.

Fields

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

Used By

Definition

"""
Autogenerated return type of CreateInternalComment.
"""
type CreateInternalCommentPayload {
internal_comment: InternalComment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}