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