INPUT_OBJECT

LeaveSquadStreamInput

Inputs to the leaveSquadStream mutation.

link GraphQL Schema definition

1input LeaveSquadStreamInput {
5
2# The optional ID of a squad member that is leaving the squad (defaults to ID from
3# auth token).
4memberID: ID!
8
6# The ID of the squad stream that the caller wants to leave.
7squadStreamID: ID!
9}