INPUT_OBJECT
Allocation_Range
Range match query arguments for Allocation
link GraphQL Schema definition
- input Allocation_Range {
- # Select a range of Allocation by its ID
- Int :
- # End date to filter allocation on
- Allocation_End_Datetime_Range :
- # Start date to filter allocation by
- Allocation_Start_Datetime_Range :
- # Filter allocations starting on this date
- Allocation_Date_Range :
- # Number of days past/future to restrict query to.
- Allocation_Days_Range :
- }