OBJECT

SignupForPrimePayload

Data that was mutated after signing up for Twitch Prime without a Twitch Account.

link GraphQL Schema definition

1type SignupForPrimePayload {
2
3# The possible error returned from the service.
4error: SignupForPrimeError
5
6# The status of the sign up process of Twitch Prime without a Twitch Account.
7status: SignupForPrimeStatus
8
9}

link Required by