updateHubSpotDealInputPayload
Outcome of a HubSpot object update.
type updateHubSpotDealInputPayload {
success: Boolean!
message: String
}
Fields
updateHubSpotDealInputPayload.success ● Boolean! non-null scalar
True when HubSpot accepted the update.
updateHubSpotDealInputPayload.message ● String scalar
Human-readable status or error message describing the outcome.
Returned By
updateHubSpotDeal mutation