ENUM
Allocation_WhereGroup_Fields
Where group options for Allocation. Matches when any field in the array is met
link GraphQL Schema definition
- enum Allocation_WhereGroup_Fields {
- # Unique user ID.
- # True if the user is active, false if they have been archived.
- # Filters to users with this name
- # Unique order ID.
- # If true, will additionally return allocations with no user (defaults to false)
- # Include allocations that contain an asset in my_assets.
- # Unique asset ID.
- # Only show assets with these tags
- # The unique client ID.
- # Unique project ID.
- # Unique task ID.
- # Allocation status type. E.g. confirmed, pending etc.
- # Order status type. E.g. confirmed, pending etc.
- # Get allocations from orders with owner ids
- # End date to filter allocation on
- # Start date to filter allocation by
- # Filter allocations starting on this date
- # Filter allocations starting on these dates
- # Number of days past/future to restrict query to.
- # Allocation that either starts or ends on this day
- # Allocation that either starts or ends on a week from now
- # Allocation that either starts or ends on a month from now
- # The unique order task ID.
- # Allocations for a user with a team tag
- # Allocations for a user that have a user tag
- # Filters to allocations that are linked to a project that has a given supervisor
- }