ENUM
Order_WhereGroup_Fields
Where group options for Order. Matches when any field in the array is met
link GraphQL Schema definition
- enum Order_WhereGroup_Fields {
- # Job number for an order.
- # Purchase order number on an order.
- # Order primary start location.
- # The description of an order.
- # Unique order ID.
- # The date the order was created in UTC+0.
- # The unique client ID.
- # The client's short name.
- # Unique project ID.
- # Project name.
- # Unique supplier ID.
- # The tag's display name.
- # True to get only orders linked to a project, false to get orders with no
- # projects
- # True to get only orders linked to a project and that project is active, false
- # otherwise
- # Order status type. E.g. confirmed, pending etc.
- # Order status id
- # Start date to filter orders by
- # End date to filter orders by
- # Filters to supervisors that are assigned to the order's project
- # Owner user id to filter by.
- # Hire type to filter by.
- # Only show orders with these tags
- # Filters to orders who have allocations on a given date
- # Filters to orders where any order task date is not fulfilled with correct number
- # of allocations
- # Filters any orders with an unfulfilled task date in given range. An unfulfilled
- # task date that has allocated workers < qty OR if task asset required - allocated
- # assets < 1
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- # Get orders which contains at least one task that matches the given ids
- }