INPUT_OBJECT
Input type for addTeamMember mutation.
input AddTeamMemberInput {# The Id of the team to which the member will be added.teamId: String!# The User Id of the member to add.userId: String!}