INPUT_OBJECT
An input type for removing a manager from a team using the removeTeamManager mutation.
input RemoveTeamManagerInput {# The unique identifier for the User.userId: String!# The unique identifier for a team, UUID format.teamId: String!}