UNPKG

@terabits/grapi

Version:

Grapi Schema Generator For GraphQL Server

4 lines (3 loc) 144 B
import { Model } from '..'; import { ModelRelation } from './types'; export declare const createRelation: (models: Model[]) => ModelRelation[];