INPUT_OBJECT
UpdateOrganizationMemberRoleInput
Inputs to the UpdateOrganizationMemberRole mutation.
link GraphQL Schema definition
1 input UpdateOrganizationMemberRoleInput { 4 2 # ID of the organization where the user is a member. 3 : ID! 7 5 # New role of the user in the organization. 6 : OrganizationMemberRole! 10 8 # User's Twitch ID. 9 : ID! 11 }