SearchSalesforceContactsPayload
A page of matching Salesforce contacts plus the total match count.
type SearchSalesforceContactsPayload {
contacts: [CRMContact!]!
total: Int!
}
Fields
SearchSalesforceContactsPayload.contacts ● [CRMContact!]! non-null object
The matching contacts (capped at the requested limit).
SearchSalesforceContactsPayload.total ● Int! non-null scalar
Total number of contacts matching the search, ignoring the limit.
Returned By
searchSalesforceAccountContacts query ● searchSalesforceOpportunityContacts query