INPUT_OBJECT

RemoveOrganizationMemberInput

Inputs to the removeOrganizationMember mutation.

link GraphQL Schema definition

1input RemoveOrganizationMemberInput {
4
2# The ID of the organization.
3organizationID: ID!
7
5# The twitch ID of the organization member.
6userID: ID!
8}