DesCreateCommentThreadPayload
Payload associated with creating a comment thread.
type DesCreateCommentThreadPayload {
commentId: String!
commentThreadId: String!
errors: [DesPayloadError!]!
}
Fields
DesCreateCommentThreadPayload.commentId ● String! non-null scalar
Comment identifier.
DesCreateCommentThreadPayload.commentThreadId ● String! non-null scalar
Comment thread identifier.
DesCreateCommentThreadPayload.errors ● [DesPayloadError!]! non-null object
Payload errors.