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