INPUT_OBJECT

SubmitCSATFeedbackInput

SubmitCSATFeedbackInput creates or updates a currently authenticated user's rating/feedback of Twitch Developer Products.

link GraphQL Schema definition

1input SubmitCSATFeedbackInput {
4
2# The action that prompted the CSAT callout to appear.
3actionPrompted: CSATActionPrompted
8
5# The company ID, if the user is submitting the feedback through an organization's
6# console.
7companyID: ID
11
9# The additional feedback that the user submits after the rating.
10feedback: String
15
12# The GUID used when updating a CSAT Feedback entry with additional feedback or
13# changes.
14guid: ID
18
16# The rating that the user submits.
17rating: CSATRating
21
19# The page in Twilight that the user responds to the CSAT callout from.
20source: String!
22}