INPUT_OBJECT

Project_Fuzzy

Fuzzy match query arguments for Project

link GraphQL Schema definition

  • input Project_Fuzzy {
  • # Select multiple Project fuzzily by its ID
  • id: Int
  • # Project name.
  • name: String
  • # An ID used to link to an external application.
  • external_id: String
  • full_address: String
  • # Select multiple Order fuzzily by its ID.
  • order_id: Int
  • # The description of an order.
  • order_description: String
  • # Job number for an order.
  • order_job_number: String
  • }