INPUT_OBJECT
Input type for editTeam mutation.
input EditTeamInput {# The id of the team that will be assigned a new parent team.teamId: String!# The id of the team that will be assigned as the parent.parentTeamId: String# The new name of the team.name: String# The new description of the team.description: String}