YearMonth
A month of a specific year
type YearMonth {
  iso: String!
  month: Month!
  monthNumber: Int!
  year: Int!
}
Fields
YearMonth.iso ● String! non-null scalar
ISO8601 string representation of this month
YearMonth.month ● Month! non-null enum
The month
YearMonth.monthNumber ● Int! non-null scalar
The month (1-12)
YearMonth.year ● Int! non-null scalar
The year
Member Of
AccountBudgetMonth  object ● UserBudgetMonth  object