INPUT_OBJECT
UserHasAllocation
Criteria to match if user has any allocations.
link GraphQL Schema definition
- input UserHasAllocation {
- # Unique project ID.
- Int :
- # The unique client ID.
- Int :
- # Allocation status type. E.g. confirmed, pending etc.
- AllocationStatusTypes] : [
- # Filter allocations starting on this date
- DateTimeExpression :
- # Filter allocations starting on this date
- DateTimeExpression :
- # Filter allocations starting on this date
- DateTimeExpression :
- # Unique order ID.
- Int :
- # Filter allocations that fall on these exact dates
- DateTimeExpression] : [
- # Allocations attached to an order with a given owner
- Int :
- # Allocations attached to an order task with a given task
- Int :
- }