Skip to main content

Edition

No description

type Edition implements Sortable, Syncable {
id: ID!
set: Set
play: Play
setPlay: MintedSetPlay!
parallelSetPlay: MintedSetPlayParallel!
assetPathPrefix: String
sortID: SortID
version: Version
circulationCount: Int
flowRetired: Boolean
state: EditionState
tags: [Tag]
parallelID: Int!
challengeID: ID
momentTier: MomentTier
tier: MomentTier
parallels: [Edition]
marketplaceInfo: EditionMarketplaceInfo
mediaAssets: [MomentMediaAsset!]!
}

Fields

id ● ID! non-null scalar

set ● Set object

play ● Play object

setPlay ● MintedSetPlay! non-null object

parallelSetPlay ● MintedSetPlayParallel! non-null object

assetPathPrefix ● String scalar

sortID ● SortID scalar

version ● Version scalar

circulationCount ● Int scalar

flowRetired ● Boolean scalar

state ● EditionState enum

tags ● [Tag] list object

parallelID ● Int! non-null scalar

challengeID ● ID scalar

momentTier ● MomentTier enum

tier ● MomentTier enum

tier is the same as momentTier

parallels ● [Edition] list object

marketplaceInfo ● EditionMarketplaceInfo object

mediaAssets ● [MomentMediaAsset!]! non-null object

Interfaces

Sortable interface

Syncable interface

Member of

Edition object ● Editions object ● EditionSlot object ● GetEditionResponse object ● MintedMoment object ● MobileOnboardingTeamItem object ● Offer object ● OfferAggregation object ● PackEdition object ● WatchedEdition object

Implemented by

Discoverable union ● HomeFeedItem union