INPUT_OBJECT

RateExtensionInput

RateExtensionInput submits a user's rating and feedback on a Twitch extension.

link GraphQL Schema definition

1input RateExtensionInput {
4
2# The ID of the extension being rated.
3extensionClientID: ID!
7
5# The version of the extension being rated.
6extensionVersion: String!
10
8# Whether the user recommends the extension or not.
9isRecommended: Boolean!
13
11# Indicates from where the user submitted the rating.
12location: ExtensionRatingLocation!
16
14# The ID of the user performing the rating.
15userID: ID!
17}