INPUT_OBJECT
Order_Exact
Exact match query arguments for Order
link GraphQL Schema definition
- input Order_Exact {
- # Select multiple Order by ID.
- Int] : [
- # Job number for an order.
- String :
- # Purchase order number on an order.
- String :
- # The unique client ID.
- Int] : [
- # The client's short name.
- String :
- # Unique project ID.
- Int] : [
- # Unique supplier ID.
- Int] : [
- # True to get only orders linked to a project, false to get orders with no
- # projects
- Boolean :
- # True to get only orders linked to a project and that project is active, false
- # otherwise
- Boolean :
- # Order status type. E.g. confirmed, pending etc.
- OrderStatusTypes] : [
- # Order status id
- Int] : [
- # Start date to filter orders by
- DateExpression :
- # End date to filter orders by
- DateExpression :
- # Filters to supervisors that are assigned to the order's project
- Int] : [
- # Owner user id to filter by.
- Int] : [
- # Hire type to filter by.
- OrderTypes :
- # Only show orders with these tags
- Int]] : [[
- # Filters to orders who have allocations on a given date
- DateExpression :
- # Filters to orders where any order task date is not fulfilled with correct number
- # of allocations
- Boolean :
- # 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
- OrdersUnfulfilledRange :
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # Get orders which contains at least one task that matches the given ids
- Int]] : [[
- }