UNPKG

simple-graphql

Version:

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

4 lines (3 loc) 187 B
import { SGContext, SGHookConfig, SGResolverContext } from '..'; declare const _default: (hooks: Array<SGHookConfig>, sgContext: SGContext) => SGResolverContext; export default _default;