DesCreateTaskCommentPayload
Payload associated with creating a task comment.
type DesCreateTaskCommentPayload {
comment: DesComment
errors: [DesPayloadError!]!
}
Fields
DesCreateTaskCommentPayload.comment ● DesComment object
Task comment.
DesCreateTaskCommentPayload.errors ● [DesPayloadError!]! non-null object
Payload errors.