FastBreak
No description
type FastBreak {
id: String!
runId: String!
numPlayers: Int!
gameDate: Time!
submissionDeadline: Time!
league: League!
status: FastBreakStatus!
createdAt: Time!
updatedAt: Time!
stats: [FastBreakStat]
winner: String
gamesStartAt: Time!
leader: FastBreakLeader
rewards: [FastBreakReward]
}
Fields
id ● String! non-null scalar
runId ● String! non-null scalar
numPlayers ● Int! non-null scalar
gameDate ● Time! non-null scalar
submissionDeadline ● Time! non-null scalar
league ● League! non-null enum
status ● FastBreakStatus! non-null enum
createdAt ● Time! non-null scalar
updatedAt ● Time! non-null scalar
stats ● [FastBreakStat] list object
winner ● String scalar
gamesStartAt ● Time! non-null scalar
leader ● FastBreakLeader object
rewards ● [FastBreakReward] list object
Member of
FastBreakRun object