SubmitMessageFeedbackInput
No description
input SubmitMessageFeedbackInput {
messageId: ID!
disposition: MessageFeedbackDisposition
dispositionDetail: String
comment: String
}
Fields
SubmitMessageFeedbackInput.messageId
● ID!
non-null scalar
The ID of the message for which feedback was given
SubmitMessageFeedbackInput.disposition
● MessageFeedbackDisposition
enum
The disposition of the feedback
SubmitMessageFeedbackInput.dispositionDetail
● String
scalar
The disposition detail of the feedback. Is only used and saved when disposition is 'negative'
SubmitMessageFeedbackInput.comment
● String
scalar
The comment for the feedback
Member Of
submitMessageFeedback
mutation