INPUT_OBJECT
Allocation_Days_Range
Range argument for Allocation.days
link GraphQL Schema definition
- input Allocation_Days_Range {
- # The lower bound of the range. If not set, bound will be excluded.
- Int :
- # The upper bound of the range. If not set, bound will be excluded.
- Int :
- # The type of bounds search to perform. Default is both.
- RangeInclusiveType :
- }