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