@blessingefkt/fibery-pipedream-integration
Version:
Pipedream is a platform for running hosted, backend components. An HTTP Event Source is essentially a [RequestBin](https://requestbin.com) that can be managed via API.
7 lines (5 loc) • 298 B
JavaScript
const {getQueryObject, getRelatedFields, getSimpleFields, getSchemaMap} = require('./fibery.helpers');
module.exports.getSchemaMap = getSchemaMap;
module.exports.getQueryObject = getQueryObject;
module.exports.getSimpleFields = getSimpleFields;
module.exports.getRelatedFields = getRelatedFields;