INPUT_OBJECT
PlaybackAccessTokenParams
Optional parameters to pass in when fetching a playback access token.
link GraphQL Schema definition
1 input PlaybackAccessTokenParams { 4 2 # If the video should not be loaded over HTTPS. 3 : Boolean 7 5 # If the user has adblock enabled. 6 : Boolean 10 8 # The platform the user is watching the video on. 9 : String! 13 11 # The player backend being used to serve video. 12 : String 16 14 # The type of player the user is watching from. 15 : String! 17 }