ListingsData
It's data! About listings!
type ListingsData {
active_listings: Int
med_price: Float
}
Fields
ListingsData.active_listings
Int
ListingsData.active_listings
IntThe number of active listings under either a collection or a game.
ListingsData.med_price
Float
ListingsData.med_price
FloatThe median price of all current active listings under either a collection or a game.