ENUM

Contact_WhereGroup_Fields

Where group options for Contact. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Contact_WhereGroup_Fields {
  • # Contact's first name
  • first_name
  • # Contact's last name
  • last_name
  • # Contact email address.
  • email
  • # Contact's job title
  • job_title
  • # Contact's office phone number
  • office_phone
  • # Contact name
  • company
  • # Contact's mobile number
  • mobile
  • # Contact's suburb
  • suburb
  • # Contact's state
  • state
  • # Contact's address (line 1)
  • address
  • # Search on the contact's full name
  • full_name
  • # If true, show only contact who have a contact mobile number. If false only show
  • # contact with no mobile number
  • has_mobile_number
  • }