INPUT_OBJECT

Contact_Exact

Exact match query arguments for Contact

link GraphQL Schema definition

  • input Contact_Exact {
  • # Select multiple Contact by 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
  • # If true, show only contact who have a contact mobile number. If false only show
  • # contact with no mobile number
  • has_mobile_number: Boolean
  • }