Date
A date
type Date {
day: Int!
iso: String!
month: Month!
monthNumber: Int!
year: Int!
}
Fields
Date.day ● Int! non-null scalar
The day of the month (1-31)
Date.iso ● String! non-null scalar
ISO8601 string representation of this date
Date.month ● Month! non-null enum
The month
Date.monthNumber ● Int! non-null scalar
The month (1-12)
Date.year ● Int! non-null scalar
The year
Member Of
Contract object ● DateTime object ● Mission object ● Order object ● OrderDelivery object ● OrderInvoice object ● Quote object ● UserBudgetDay object ● UserBudgetRange object