getHubspotDealInput
Identifies the HubSpot deal to fetch.
input getHubspotDealInput {
id: String!
properties: [String]
}
Fields
getHubspotDealInput.id ● String! non-null scalar
HubSpot deal object id to look up.
getHubspotDealInput.properties ● [String] list scalar
Accepted but currently ignored: the lookup always requests the fixed default deal properties.
Member Of
getHubspotDeal query