GraphQL/Inputs
Calendar
No description
input Calendar {
date: Int
month: Month
year: Int!
}Fields
Calendar.date ● Int scalar
Calendar.month ● Month enum
Calendar.year ● Int! non-null scalar
Member Of
input
● DuringFuture input