OBJECT
type NumericRangeFilter implements Filter {id: String! max: Decimal! min: Decimal! name: String! }