getSalesforceCustomFieldsInput
No description
input getSalesforceCustomFieldsInput {
config: JSON!
accordCrmObject: String
}
Fields
getSalesforceCustomFieldsInput.config ● JSON! non-null scalar
JSON slideout configuration describing which fields to read. Carries
objectId (the record whose values to fetch) and fields, an array
of { fieldName, objectName } entries grouped by their owning object.
getSalesforceCustomFieldsInput.accordCrmObject ● String scalar
Name of the root Salesforce object the fields hang off, e.g. "Opportunity". Defaults to "Opportunity" when omitted.