INPUT_OBJECT

SetSquadStreamPrimaryPlayerInput

Inputs to the setSquadStreamPrimaryPlayer mutation.

link GraphQL Schema definition

1input SetSquadStreamPrimaryPlayerInput {
4
2# ID of the device viewing squad stream.
3deviceID: ID!
7
5# ID of the channel as the current primary player.
6primaryPlayerID: ID!
10
8# ID of the squad stream.
9squadID: ID!
11}