INPUT_OBJECT
Input type for removeTeamMember mutation.
input RemoveTeamMemberInput {# The Id of the team from which the member will be removed.teamId: String!# The User Id of the member to remove.userId: String!}