MessageFeedback
Feedback on a message
type MessageFeedback {
id: ID!
message: Message!
disposition: MessageFeedbackDisposition
dispositionDetail: String
comment: String
createdAt: DateTime!
}
Fields
MessageFeedback.id ● ID! non-null scalar
The ID of the message feedback
MessageFeedback.message ● Message! non-null object
The message for which feedback was given
MessageFeedback.disposition ● MessageFeedbackDisposition enum
The disposition of the feedback, if null it means the feedback is neutral (comment)
MessageFeedback.dispositionDetail ● String scalar
The disposition detail of the feedback, present only when disposition is 'negative'
MessageFeedback.comment ● String scalar
The additional comment left by the user. Can be empty
MessageFeedback.createdAt ● DateTime! non-null scalar
When the message feedback was created
Returned By
messageFeedback query ● submitMessageFeedback mutation
Member Of
MessageFeedbackPage object