Skip to main content

SearchHubspotDealContactsPayload

Results of a HubSpot deal/company contact search.

type SearchHubspotDealContactsPayload {
contacts: [CRMContact!]!
total: Int!
}

Fields

SearchHubspotDealContactsPayload.contacts ● [CRMContact!]! non-null object

Matching contacts, mapped to the shared CRM contact shape.

SearchHubspotDealContactsPayload.total ● Int! non-null scalar

Total number of matching contacts reported by HubSpot.

Returned By

searchHubspotDealContacts query