YearWeek
A ISO week of a specific year
type YearWeek {
  iso: String!
  week: Int!
  year: Int!
}
Fields
YearWeek.iso ● String! non-null scalar
ISO8601 string representation of this week
YearWeek.week ● Int! non-null scalar
The ISO week
YearWeek.year ● Int! non-null scalar
The week-year. The week year can be different from the year of a day in this week, e.g. 2019-12-31 is part of week 1 of 2020.
Member Of
UserBudgetWeek  object