OBJECT
A team defines an entity that clients can be associated with
1type Team {23# Team ID.4id: ID! 56# Team title.7title: String! 89# The id of the team's company.10companyId: String! 1112}