INPUT_OBJECT
UpdateSquadStreamInput
Inputs to the updateSquadStream mutation.
link GraphQL Schema definition
1 input UpdateSquadStreamInput { 4 2 # The ID of the squad stream to be updated. 3 : ID! 7 5 # If specified, the new status of the squad stream. 6 : SquadStreamStatus 8 }