OBJECT

CSRCommentResponseForm

Add CSR comment response.

link GraphQL Schema definition

1type CSRCommentResponseForm {
2
3# The order comment id.
4orCommentId: String!
7
5# The submit finish message.
6submitFinishMessage: String!
8
9}

link Required by