UNPKG

simple-graphql

Version:

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

6 lines (5 loc) 210 B
import { SGContext, SGService, SGServiceMap } from '..'; declare const _default: (services: Array<typeof SGService & { new (): SGService; }>, sgContext: SGContext) => SGServiceMap; export default _default;