OBJECT
Return type for addTeam mutation.
type AddTeamPayload {# The unique identifier for a team, UUID format.id: String! # Name of the Team.name: String! # Description of the Team.description: String # [ALPHA]# The unique identifier of a Team's parent.parentTeamId: String # DEPRECATED: Optional: The unique identifier of a Team's parent group.groupId: String }