Score
🗓️ A Score is the result of a User for a Week
type Score {
user: User!
score: Int!
result: Result!
objective: Int
}
Fields
Score.user ● User! non-null object
User of the score
Score.score ● Int! non-null scalar
Sum of all points won by the user
Score.result ● Result! non-null enum
Result of the user compared to the team
Score.objective ● Int scalar
Objective of the user for this week (empty if no objective)
Member Of
Week object