OBJECT

UpdateSquadStreamPayload

Outputs from the updateSquadStream mutation.

link GraphQL Schema definition

1type UpdateSquadStreamPayload {
2
3# The possible error returned from the service.
4error: UpdateSquadStreamError
5
6# The updated squad stream.
7squadStream: SquadStream
8
9}