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