ENUM

Project_WhereGroup_Fields

Where group options for Project. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Project_WhereGroup_Fields {
  • # Project name.
  • name
  • # The time this project was last modified.
  • modified_time
  • # An ID used to link to an external application.
  • external_id
  • # The unique client ID.
  • client_id
  • # True if active, false if archived.
  • client_is_active
  • # Filters to projects with the modified by the given user
  • modified_by_user_id
  • full_address
  • # Find all direct descendants of the project with this ID.
  • parent_id
  • # Parent ID which all results will be a child of hierarchically
  • child_of
  • # True to only get root projects, false otherwise
  • root_only
  • # Filters to projects with the supervisor
  • supervisor_id
  • # Only show projects with these tags
  • tags_id
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # `true` to show the deleted items, `false` otherwise.
  • is_deleted
  • # Get projects which contains at least one order with satisfy ALL the given args
  • orders_that_have
  • # Select multiple Order fuzzily by its ID.
  • order_id
  • # The description of an order.
  • order_description
  • # Job number for an order.
  • order_job_number
  • }