UNPKG

shyft

Version:

Model driven GraphQL API framework

7 lines (6 loc) 419 B
export declare const SYSTEM_NAME_MAX_LENGTH = 63; export declare const generateIndexName: (entityName: any, attributes: any, suffix?: string) => string; export declare const invertDirection: (direction: any) => "ASC" | "DESC"; export declare const getLimit: (first: any, last: any) => any; export declare const asyncForEach: (array: any, callback: any) => Promise<void>; export declare const quote: (item: any) => any;