INPUT_OBJECT

OrderTask_Fuzzy

Fuzzy match query arguments for OrderTask

link GraphQL Schema definition

  • input OrderTask_Fuzzy {
  • # Select multiple OrderTask fuzzily by its ID
  • id: Int
  • # Unique order ID.
  • order_id: Int
  • # The description of an order.
  • order_description: String
  • # Job number for an order.
  • order_job_number: String
  • # Task name.
  • task_name: String
  • }