UNPKG

shyft

Version:

Model driven GraphQL API framework

7 lines (6 loc) 518 B
import { StorageType } from '..'; export declare const transformFilterAttributeName: (context: any, entity: any, modelRegistry: any) => (attributeName: any) => any; export declare const preMutationPermissionCheckQueryGenerator: (StorageTypePostgres: any, permissionWhere: any, entityName: any, modelRegistry: any) => any[]; export declare const extendWithFromStateCheck: (where: any, entity: any, entityMutation: any) => void; export declare const StorageTypePostgres: StorageType; export default StorageTypePostgres;