import createAttachment from './create-attachment/index.js'; import executeQuery from './execute-query/index.js'; import findRecord from './find-record/index.js'; import findPartiallyMatchingRecord from './find-partially-matching-record/index.js'; export default [findRecord, findPartiallyMatchingRecord, createAttachment, executeQuery];