OBJECT

SubmitExtensionFeedbackPayload

The result of a submitExtensionFeedback mutation.

link GraphQL Schema definition

1type SubmitExtensionFeedbackPayload {
2
3# The ExtensionRating record that the feedback was attached to.
4comment: ExtensionComment
5
6# The error when the mutation fails to submit the extension feedback.
7error: SubmitExtensionFeedbackError
8
9}