INPUT_OBJECT
AdRequestClientContext
The context of the Client when the ad request is about to be made.
link GraphQL Schema definition
1 input AdRequestClientContext { 4 2 # If the client is in audio only mode. 3 : Boolean! 7 5 # If the client is in mini theater mode. 6 : Boolean! 10 8 # If the client is in Picture in Picture mode. 9 : Boolean! 13 11 # If the client is broadcasting to an external device (i.e. Chromecast, Airplay). 12 : Boolean! 16 14 # App that the client is using. 15 : String 19 17 # Version of the app. 18 : String 20 }