updateNetsuiteOpportunityInput
No description
input updateNetsuiteOpportunityInput {
id: String!
fields: JSON!
}
Fields
updateNetsuiteOpportunityInput.id ● String! non-null scalar
Internal id of the opportunity to update.
updateNetsuiteOpportunityInput.fields ● JSON! non-null scalar
Map of { netsuiteField: value } to write. Filtered server-side to
the workspace's writable Opportunity fields.
Member Of
updateNetsuiteOpportunity mutation