OBJECT
type PolicyQuota implements Policy {name: String! categories: [String!]! limit: Int enabled: Boolean! }