TeamSeriesCompletionProgress
No description
type TeamSeriesCompletionProgress {
ownedPlayerCount: Int!
lockedPlayerCount: Int!
requiredCount: Int!
teamId: ID!
flowSeriesNumber: Int!
players: [TeamCompletionPlayer]!
bonusPointsAvailable: Int!
bonusPointsEarned: Int!
}
Fields
ownedPlayerCount ● Int! non-null scalar
lockedPlayerCount ● Int! non-null scalar
requiredCount ● Int! non-null scalar
teamId ● ID! non-null scalar
flowSeriesNumber ● Int! non-null scalar
players ● [TeamCompletionPlayer]! non-null object
bonusPointsAvailable ● Int! non-null scalar
bonusPointsEarned ● Int! non-null scalar
Member of
GetTeamSeriesCompletionProgressResponse object ● TeamSeriesCompletionProgressBucket object