INPUT_OBJECT

Asset_Fuzzy

Fuzzy match query arguments for Asset

link GraphQL Schema definition

  • input Asset_Fuzzy {
  • # Select multiple Asset fuzzily by its ID
  • id: Int
  • # The machines's display name.
  • name: String
  • # An ID used to link this asset to an external application.
  • external_id: String
  • # A long description of the machine.
  • description: String
  • # The asset's registration number.
  • registration_number: String
  • }