UNPKG

simple-graphql

Version:

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

7 lines (6 loc) 234 B
import { GraphQLResolveInfo } from 'graphql'; import { SGModel, SGModelCtrl } from '../../index'; export default function <M extends SGModel>(this: SGModelCtrl<M>, args: { info?: GraphQLResolveInfo; path: string; }): boolean;