INPUT_OBJECT
Contact_Exact
Exact match query arguments for Contact
link GraphQL Schema definition
- input Contact_Exact {
- # Select multiple Contact by 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 :
- # If true, show only contact who have a contact mobile number. If false only show
- # contact with no mobile number
- Boolean :
- }