updateSalesforceCustomFieldsInput
No description
input updateSalesforceCustomFieldsInput {
id: String!
fields: JSON!
objectName: String!
accordId: String
}
Fields
updateSalesforceCustomFieldsInput.id ● String! non-null scalar
Salesforce record id being updated, used for logging and the result message.
updateSalesforceCustomFieldsInput.fields ● JSON! non-null scalar
JSON object of field name/value pairs to write, including the record's Id, passed through to the Salesforce update call.
updateSalesforceCustomFieldsInput.objectName ● String! non-null scalar
Salesforce object/sObject type of the record being updated.
updateSalesforceCustomFieldsInput.accordId ● String scalar
Accord id this update originated from, attached to logs so failures can be traced by accord.
Member Of
updateSalesforceCustomFields mutation