Skip to main content

MomentListing

No description

type MomentListing implements Sortable, Syncable {
id: ID!
version: Version!
sortID: SortID!
set: Set
play: Play
assetPathPrefix: String
circulationCount: Int
flowRetired: Boolean
listingType: MomentListingType!
priceRange: PriceRange!
tags: [Tag]
forSale: Boolean!
vendorPreviousPrice: Price
vendorListingID: ID
momentListingCount: Int!
limit: Int!
mintedSetPlay: MintedSetPlay
setPlay: MintedSetPlay
momentListings: [UserMomentListing!]
watchedCount: Int!
isWatched: Boolean!
}

Fields

id ● ID! non-null scalar

The listing id is the unique combination of editionID and listingType

version ● Version! non-null scalar

sortID ● SortID! non-null scalar

set ● Set object

play ● Play object

assetPathPrefix ● String scalar

circulationCount ● Int scalar

The number of minted moments for this set/play.

flowRetired ● Boolean scalar

flowRetired indicates whether the set/play has been retired

listingType ● MomentListingType! non-null enum

priceRange ● PriceRange! non-null object

For user listings: The price range for all the moments available for sale for this set/play For vendor listings: The price range min/max will be the same

tags ● [Tag] list object

Tags are not implemented

forSale ● Boolean! non-null scalar

Vendor listing field: whether the listing is available for sale

vendorPreviousPrice ● Price scalar

Vendor listing field: an admin input value, the previous price for sale display

vendorListingID ● ID scalar

Vendor listing field: the vendor moment listing id, used for direct purchase

momentListingCount ● Int! non-null scalar

Count of moments avalible for sale (listings)

limit ● Int! non-null scalar

mintedSetPlay ● MintedSetPlay object

TODO: delete once FE migrated the fixtures: https://github.com/dapperlabs/nba-api/pull/3768/files#r578669841

setPlay ● MintedSetPlay object

setPlay contains setPlay data including tags, circulation count and a retired flag

momentListings ● [UserMomentListing!] list object

momentListings are the moments put up for sale by users for this edition

watchedCount ● Int! non-null scalar

isWatched ● Boolean! non-null scalar

Interfaces

Sortable interface

Syncable interface

Member of

MomentListings object