OBJECT
type Department {categories: [Category!]! fees: [Fee!]! id: UUID! name: String! organizationUnit: OrganizationUnit! taxes: [Tax!]! }