OBJECT

SetSquadStreamPrimaryPlayerPayload

Outputs to the setSquadStreamPrimaryPlayer mutation.

link GraphQL Schema definition

1type SetSquadStreamPrimaryPlayerPayload {
2
3# The current primary player of the squad stream.
4primaryPlayer: User
5
6}