ListingsData

It's data! About listings!

type ListingsData {
  active_listings: Int
  med_price: Float
}

Fields

ListingsData.active_listings Int

The number of active listings under either a collection or a game.

ListingsData.med_price Float

The median price of all current active listings under either a collection or a game.