Skip to main content

PackListing

No description

type PackListing implements Sortable, Syncable {
id: ID!
remaining: Int
title: String
description: String
price: Price
priceV2: PriceV2
expiryDate: Time
forSale: Boolean
images: [PackListingImage]
sortID: SortID
version: Version
packListingTemplate: PackListingTemplate
totalPackCount: Int
buyDescription: BuyDescription
visualId: VisualIdType
slug: String
startDate: Time
isStarterPack: Boolean
preorder: Boolean
reboundPackListingID: String
orderPurchaseCoolDownTimeInMinutes: Int
waitingRoom: String
waitingRoomActive: Boolean
momentCountPerTeam: [MomentCountPerTeam]
maxOrderQuantity: Int
maxOrderQuantityV2: MaxOrderQuantityV2
listingQuantity: Int
levels: [Level]
packEditions(
limit: Int
): [PackEdition]
packEditionsV2(
first: Int
after: ID
orderBy: PackListingPackEditionOrdering
dapperID: String
): PackEditionConnection
appStoreProductID: String
momentsPerPack: Int
distributionID: String
rsvpMetadata: RSVPMetadata
openingAssetURL: String
openingAsset: PackOpeningAsset
openingMusic: OpeningMusic
packOdds: [PackSlotOdd]
packOddsV1: [PackOddV1]
introCopy: String
tags: [PackListingTag!]!
isSoldOut: Boolean!
isP2PTransactable: Boolean
dropType: PackListingDropType!
packListingType: PackListingType
dropVideoURL: String
shareURL: String
campaign: Campaign
isGuestCheckout: Boolean
callOut: String
}

Fields

id ● ID! non-null scalar

remaining ● Int scalar

title ● String scalar

description ● String scalar

price ● Price scalar

priceV2 ● PriceV2 object

expiryDate ● Time scalar

forSale ● Boolean scalar

images ● [PackListingImage] list object

sortID ● SortID scalar

version ● Version scalar

packListingTemplate ● PackListingTemplate object

totalPackCount ● Int scalar

buyDescription ● BuyDescription object

visualId ● VisualIdType enum

visualId is the highest visualId of the sets in a packlisting template

slug ● String scalar

startDate ● Time scalar

isStarterPack ● Boolean scalar

preorder ● Boolean scalar

reboundPackListingID ● String scalar

The packlistingID to which the user gets redirected if this one sells out when they are next in line

orderPurchaseCoolDownTimeInMinutes ● Int scalar

waitingRoom ● String scalar

waitingRoomActive ● Boolean scalar

momentCountPerTeam ● [MomentCountPerTeam] list object

maxOrderQuantity ● Int scalar

maxOrderQuantityV2 ● MaxOrderQuantityV2 object

listingQuantity ● Int scalar

levels ● [Level] list object

packEditions ● [PackEdition] list object

limit ● Int scalar

packEditionsV2 ● PackEditionConnection object

first ● Int scalar
after ● ID scalar
orderBy ● PackListingPackEditionOrdering input
dapperID ● String scalar

appStoreProductID ● String scalar

momentsPerPack ● Int scalar

momentsPerPack is the number of moments that a collector can pull per pack

distributionID ● String scalar

distributionID is the on-chain representation of the pack listing

rsvpMetadata ● RSVPMetadata object

openingAssetURL ● String scalar

openingAsset ● PackOpeningAsset object

openingMusic ● OpeningMusic object

packOdds ● [PackSlotOdd] list object

Data pulled from Contentful for now

packOddsV1 ● [PackOddV1] list object

introCopy ● String scalar

tags ● [PackListingTag!]! non-null enum

isSoldOut ● Boolean! non-null scalar

isP2PTransactable ● Boolean scalar

dropType ● PackListingDropType! non-null enum

packListingType ● PackListingType object

dropVideoURL ● String scalar

shareURL ● String scalar

campaign ● Campaign object

isGuestCheckout ● Boolean scalar

callOut ● String scalar

Interfaces

Sortable interface

Syncable interface

Member of

GetPackListingResponse object ● Pack object ● PackListings object ● PackPurchaseOrder object ● ShopPackListingsEdge object

Implemented by

HomeFeedItem union