INPUT_OBJECT
Input type for addTeam mutation.
input AddTeamInput {# Name of the Team.name: String!# Description of the Team.description: String# The unique identifier of a Team's parent. If not passed, it will not assign team # to a parent.parentTeamId: String}