updateSalesforceCustomFieldsPayload
Outcome of a Salesforce custom-field update.
type updateSalesforceCustomFieldsPayload {
success: Boolean!
message: String
}
Fields
updateSalesforceCustomFieldsPayload.success ● Boolean! non-null scalar
True when the Salesforce update succeeded.
updateSalesforceCustomFieldsPayload.message ● String scalar
Human-readable success or failure detail.
Returned By
updateSalesforceCustomFields mutation