OBJECT
SubmitExtensionFeedbackPayload
The result of a submitExtensionFeedback mutation.
link GraphQL Schema definition
1 type SubmitExtensionFeedbackPayload { 2 3 # The ExtensionRating record that the feedback was attached to. 4 : ExtensionComment 5 6 # The error when the mutation fails to submit the extension feedback. 7 : SubmitExtensionFeedbackError 8 9 }