INPUT_OBJECT

RemoveSquadStreamMemberInput

Inputs to the removeSquadStreamMember mutation.

link GraphQL Schema definition

1input RemoveSquadStreamMemberInput {
4
2# The user ID of the member that should be removed from the squad stream.
3memberUserID: ID!
7
5# The ID of the squad stream.
6squadStreamID: ID!
8}