INPUT_OBJECT

UpdateOrganizationMemberRoleInput

Inputs to the UpdateOrganizationMemberRole mutation.

link GraphQL Schema definition

1input UpdateOrganizationMemberRoleInput {
4
2# ID of the organization where the user is a member.
3organizationID: ID!
7
5# New role of the user in the organization.
6role: OrganizationMemberRole!
10
8# User's Twitch ID.
9userID: ID!
11}