ENUM

Order_OrderBy_Fields

link GraphQL Schema definition

  • enum Order_OrderBy_Fields {
  • # Order by client
  • client
  • # Order by comments
  • comments
  • # Order by created_by
  • created_by
  • # Order by created_time
  • created_time
  • # Order by description
  • description
  • # Order by end_date
  • end_date
  • # Order by geolocation
  • geolocation
  • # Order by distance_from_geolocation
  • distance_from_geolocation
  • # Order by geolocation2
  • geolocation2
  • # Order by distance_from_geolocation2
  • distance_from_geolocation2
  • # Order by hire_type
  • hire_type
  • # Order by id
  • id
  • # Order by is_active
  • is_active
  • # Order by job_number
  • job_number
  • # Order by location
  • location
  • # Order by location2
  • location2
  • # Order by modified_by
  • modified_by
  • # Order by modified_time
  • modified_time
  • # Order by owner
  • owner
  • # Order by project
  • project
  • # Order by purchase_order_number
  • purchase_order_number
  • # Order by status
  • status
  • # Order by start_date
  • start_date
  • # Order by supplier
  • supplier
  • # Order by order_template_id
  • order_template_id
  • }