GraphQL OBJECT
Department information for the user or client. A department is a team in your organization.
type Department {# Client to whose organization the department belongs.client: Client # Unique ID of the department.id: Int! # Department name.name: String! }