OBJECT
LeaveSquadStreamPayload
Outputs from the leaveSquadStream mutation.
link GraphQL Schema definition
1 type LeaveSquadStreamPayload { 2 3 # The possible error returned from the service. 4 : LeaveSquadStreamError 5 6 # The updated squad stream. 7 : SquadStream 8 9 }