CollectorEdition
No description
type CollectorEdition {
quantity: Int
setName: String
visualId: Int
seriesNumber: Int
challengeReward: Boolean
challengeCompleted: Boolean
playerId: String
teamId: String
editionId: String
league: String
moments: [CollectorMoment]
}
Fields
quantity ● Int scalar
setName ● String scalar
visualId ● Int scalar
seriesNumber ● Int scalar
challengeReward ● Boolean scalar
challengeCompleted ● Boolean scalar
playerId ● String scalar
teamId ● String scalar
editionId ● String scalar
league ● String scalar
moments ● [CollectorMoment] list object
Member of
CollectorScore object