INPUT_OBJECT
Allocation_Exact
Exact match query arguments for Allocation
link GraphQL Schema definition
- input Allocation_Exact {
- # Select multiple Allocation by ID.
- Int] : [
- # Unique user ID.
- Int] : [
- # True if the user is active, false if they have been archived.
- Boolean :
- # Unique order ID.
- Int] : [
- # If true, will additionally return allocations with no user (defaults to false)
- Boolean :
- # Include allocations that contain an asset in my_assets.
- Int] : [
- # Unique asset ID.
- Int] : [
- # Only show assets with these tags
- Int]] : [[
- # The unique client ID.
- Int] : [
- # Unique project ID.
- Int] : [
- # Unique task ID.
- Int] : [
- # Allocation status type. E.g. confirmed, pending etc.
- AllocationStatusTypes] : [
- # Order status type. E.g. confirmed, pending etc.
- OrderStatusTypes] : [
- # Get allocations from orders with owner ids
- Int]] : [[
- # End date to filter allocation on
- DateTimeExpression :
- # Start date to filter allocation by
- DateTimeExpression :
- # Filter allocations starting on this date
- DateTimeExpression :
- # Filter allocations starting on these dates
- DateExpression] : [
- # Allocation that either starts or ends on this day
- DateTimeExpression :
- # Allocation that either starts or ends on a week from now
- DateTimeExpression :
- # Allocation that either starts or ends on a month from now
- DateTimeExpression :
- # The unique order task ID.
- Int] : [
- # Allocations for a user with a team tag
- Int]] : [[
- # Allocations for a user that have a user tag
- Int]] : [[
- # Filters to allocations that are linked to a project that has a given supervisor
- Int] : [
- }