INPUT_OBJECT

orderCSRCommentFormInput

Information required to add CSR comment.

link GraphQL Schema definition

1input orderCSRCommentFormInput {
4
2# The comment field.
3commentField: String!
7
5# The email address.
6emailAddress: String
10
8# The flag to indicate to send email or not.
9sendEmail: Boolean
11}

link Required by