feat(salesforce): Implement execute query action

This commit is contained in:
Faruk AYDIN
2023-10-05 13:31:43 +02:00
parent 584b9323ec
commit 9729fd6b15
2 changed files with 34 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import findRecord from './find-record';
import createAttachment from './create-attachment';
import executeQuery from './execute-query';
import findRecord from './find-record';
export default [findRecord, createAttachment];
export default [findRecord, createAttachment, executeQuery];