INPUT_OBJECT
SubmitExtensionFeedbackInput
SubmitExtensionFeedbackInput submits a user's feedback for a related rating on a Twitch extension.
link GraphQL Schema definition
1 input SubmitExtensionFeedbackInput { 4 2 # Feedback that the broadcaster can write. 3 : String! 7 5 # The ID of the extension the feedback applies to. 6 : ID! 10 8 # The version of the extension the feedback applies to. 9 : String! 13 11 # ID of the user submitting the feedback for the extension. 12 : ID! 14 }