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