getHubSpotDealPrimaryCompany
Resolve the primary company associated with a HubSpot deal from the workspace's connected HubSpot account. When HubSpot is not connected or the deal has no associated company, returns a payload whose fields are all null; returns null only when the lookup fails.
getHubSpotDealPrimaryCompany(
input: getHubSpotDealPrimaryCompanyInput!
): HubSpotPrimaryCompany
Arguments
getHubSpotDealPrimaryCompany.input ● getHubSpotDealPrimaryCompanyInput! non-null input
Wraps the HubSpot deal id whose primary company to resolve.
Type
HubSpotPrimaryCompany object
The primary company associated with a HubSpot deal.