OBJECT

CreateRewardedVideoTokenPayload

Outputs from the createRewardedVideo mutation.

link GraphQL Schema definition

1type CreateRewardedVideoTokenPayload {
2
3# token used to initialize the truex client application.
4token: String
5
6}