OBJECT
SignupForPrimePayload
Data that was mutated after signing up for Twitch Prime without a Twitch Account.
link GraphQL Schema definition
1 type SignupForPrimePayload { 2 3 # The possible error returned from the service. 4 SignupForPrimeError : 5 6 # The status of the sign up process of Twitch Prime without a Twitch Account. 7 SignupForPrimeStatus : 8 9 }