UNPKG

simple-graphql

Version:

The simple way to generates GraphQL schemas and Sequelize models from your models definition.

4 lines (3 loc) 185 B
import { Includeable } from 'sequelize'; import { SGModelCtrl } from '../../index'; export default function (data: any, model: SGModelCtrl, include?: Includeable | Includeable[]): any;