Skip to main content

Week

🗓️ A Week is a period of 7 days [You can configure the start of the week in App settings]

type Week {
uid: String!
scores: [Score]
balance: Balance!
}

Fields

Week.uid ● String! non-null scalar

Unique identifier of the week (YYYYWW)

Week.scores ● [Score] list object

All member scores for the week

Week.balance ● Balance! non-null enum

Balance of the week

Returned By

weeks query