OffersAggregation
No description
type OffersAggregation implements SortableCollection {
size: Int
data: [OfferAggregation!]!
}
No description
type OffersAggregation implements SortableCollection {
size: Int
data: [OfferAggregation!]!
}
size ● Int scalardata ● [OfferAggregation!]! non-null objectSortableCollection interface