INPUT_OBJECT
AggFilter is a filter used for aggragation queries
input AggFilter {# filter is the filter to apply against the graph.filter: Filter!# aggregate is the aggregation function to apply against the graphaggregate: Aggregate!# field is the field to aggregate(ex: attributes.age). The field must be a # float/number valuefield: String}