OBJECT

StartAdPayload

StartAdPayload ...

link GraphQL Schema definition

1type StartAdPayload {
2
3# adSession is the response object from an ad request.
4adSession: AdSession
5
6# error is the StartAdError object from a failed request.
7error: StartAdError
8
9}