updateHubSpotDealInput
Identifies the HubSpot object to update and the property values to write.
input updateHubSpotDealInput {
id: String!
fields: JSON!
accordId: String
crmObject: String
}
Fields
updateHubSpotDealInput.id ● String! non-null scalar
HubSpot object id (deal or company) to update.
updateHubSpotDealInput.fields ● JSON! non-null scalar
JSON map of HubSpot property names to their new values.
updateHubSpotDealInput.accordId ● String scalar
Accord whose stored crm_object determines which HubSpot object (company for account-planning, otherwise deal) is written to.
updateHubSpotDealInput.crmObject ● String scalar
Fallback crm_object used only for calls without an accordId to decide whether to write company or deal properties.
Member Of
updateHubSpotDeal mutation