INPUT_OBJECT
Contact_Fuzzy
Fuzzy match query arguments for Contact
link GraphQL Schema definition
- input Contact_Fuzzy {
- # Select multiple Contact fuzzily by its ID
- Int :
- # Contact's first name
- String :
- # Contact's last name
- String :
- # Contact email address.
- String :
- # Contact's job title
- String :
- # Contact's office phone number
- String :
- # Contact name
- String :
- # Contact's mobile number
- String :
- # Contact's suburb
- String :
- # Contact's state
- String :
- # Contact's address (line 1)
- String :
- # Search on the contact's full name
- String :
- }