UNPKG

@terabits/grapi

Version:

Grapi Schema Generator For GraphQL Server

4 lines (3 loc) 169 B
import { ModelRelation } from '../dataModel'; import { Hook } from './interface'; export declare const createHookMap: (relation: ModelRelation) => Record<string, Hook>;