GraphQL/Inputs
Duration
No description
input Duration {
months: Int
weeks: Int
years: Int
days: Int
}
Fields
Duration
.months
● Int
scalar
Duration
.weeks
● Int
scalar
Duration
.years
● Int
scalar
Duration
.days
● Int
scalar
Member Of
input
● WithinFuture
input