MonthValues
No description
input MonthValues {
month: Month
monthNumber: Int
year: Int!
}
Fields
MonthValues.month
● Month
enum
MonthValues.monthNumber
● Int
scalar
MonthValues.year
● Int!
non-null scalar
Member of
MonthInput
input