@webiny/api-headless-cms-ddb-es
Version:
DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.
9 lines (8 loc) • 419 B
TypeScript
/**
* This is to be used when user wants to wait for a number of milliseconds before the batch is executed.
* Intended to be used internally or for a specific user case.
* Not to be documented and exposed to publish as it can slow the data loading a lot.
*
* https://github.com/graphql/dataloader#batch-scheduling
*/
export declare const createBatchScheduleFn: () => ((callback: () => void) => void) | undefined;