INPUT_OBJECT

Contact_Fuzzy

Fuzzy match query arguments for Contact

link GraphQL Schema definition

  • input Contact_Fuzzy {
  • # Select multiple Contact fuzzily by its ID
  • id: Int
  • # Contact's first name
  • first_name: String
  • # Contact's last name
  • last_name: String
  • # Contact email address.
  • email: String
  • # Contact's job title
  • job_title: String
  • # Contact's office phone number
  • office_phone: String
  • # Contact name
  • company: String
  • # Contact's mobile number
  • mobile: String
  • # Contact's suburb
  • suburb: String
  • # Contact's state
  • state: String
  • # Contact's address (line 1)
  • address: String
  • # Search on the contact's full name
  • full_name: String
  • }