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.
  • user_id
  • # True if the user is active, false if they have been archived.
  • user_is_active
  • # Filters to users with this name
  • full_name
  • # Unique order ID.
  • order_id
  • # If true, will additionally return allocations with no user (defaults to false)
  • include_allocation_with_no_users
  • # Include allocations that contain an asset in my_assets.
  • my_asset_id
  • # Unique asset ID.
  • asset_id
  • # Only show assets with these tags
  • asset_tags_id
  • # The unique client ID.
  • client_id
  • # Unique project ID.
  • project_id
  • # Unique task ID.
  • task_id
  • # Allocation status type. E.g. confirmed, pending etc.
  • status
  • # Order status type. E.g. confirmed, pending etc.
  • order_status
  • # Get allocations from orders with owner ids
  • order_owner_id
  • # End date to filter allocation on
  • end_datetime
  • # Start date to filter allocation by
  • start_datetime
  • # Filter allocations starting on this date
  • date
  • # Filter allocations starting on these dates
  • dates
  • # Number of days past/future to restrict query to.
  • days
  • # Allocation that either starts or ends on this day
  • day
  • # Allocation that either starts or ends on a week from now
  • week
  • # Allocation that either starts or ends on a month from now
  • month
  • # The unique order task ID.
  • order_task_id
  • # Allocations for a user with a team tag
  • team_tag_id
  • # Allocations for a user that have a user tag
  • user_tag_id
  • # Filters to allocations that are linked to a project that has a given supervisor
  • supervisor_id
  • }