OptionalDateRangeInput (Input)
Date range with optional from and to dates. At least one must be provided.
input OptionalDateRangeInput {
from: DateTime
to: DateTime
}
Date range with optional from and to dates. At least one must be provided.
input OptionalDateRangeInput {
from: DateTime
to: DateTime
}
OptionalDateRangeInput.from ● DateTime scalarOptionalDateRangeInput.to ● DateTime scalar