TeamEntity
No description
type TeamEntity {
team: Team
totalEditionSlots: Int
filledEditionSlots: Int
uniqueMoments: Int
hasChallengeReward: Boolean
isCompleted: Boolean!
lowestAverageSerialNumber: Float
}
Fields
team ● Team object
totalEditionSlots ● Int scalar
filledEditionSlots ● Int scalar
uniqueMoments ● Int scalar
hasChallengeReward ● Boolean scalar
isCompleted ● Boolean! non-null scalar
lowestAverageSerialNumber ● Float scalar
Member of
GetTeamEntityResponse object