INPUT_OBJECT

UpdateSquadStreamInput

Inputs to the updateSquadStream mutation.

link GraphQL Schema definition

1input UpdateSquadStreamInput {
4
2# The ID of the squad stream to be updated.
3squadStreamID: ID!
7
5# If specified, the new status of the squad stream.
6status: SquadStreamStatus
8}