INPUT_OBJECT

SubmitExtensionFeedbackInput

SubmitExtensionFeedbackInput submits a user's feedback for a related rating on a Twitch extension.

link GraphQL Schema definition

1input SubmitExtensionFeedbackInput {
4
2# Feedback that the broadcaster can write.
3comment: String!
7
5# The ID of the extension the feedback applies to.
6extensionClientID: ID!
10
8# The version of the extension the feedback applies to.
9extensionVersion: String!
13
11# ID of the user submitting the feedback for the extension.
12userID: ID!
14}