createCommentPayload
Autogenerated return type of createComment.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of createComment."""type createCommentPayload { comment: Comment
""" The list of errors occurred during the mutation """ messages: [FieldError]}