UNPKG

@terabits/grapi

Version:

Grapi Schema Generator For GraphQL Server

4 lines (3 loc) 189 B
import { Model, ModelRelation } from '../dataModel'; export declare const printModels: (models: Model[]) => void; export declare const printRelations: (relations: ModelRelation[]) => void;