INPUT_OBJECT
CreateOrganizationMemberInput
Inputs to the CreateOrganizationMember mutation.
link GraphQL Schema definition
1 input CreateOrganizationMemberInput { 4 2 # Users email. 3 : String! 7 5 # Users first name. 6 : String! 10 8 # Users last name. 9 : String! 13 11 # The ID of the organization. 12 : ID! 16 14 # The Role a member has in an organization. 15 : OrganizationMemberRole! 19 17 # Users title. 18 : String! 22 20 # The user's Twitch ID. 21 : ID! 23 }