UNPKG

simple-graphql

Version:

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

11 lines (10 loc) 469 B
import * as graphql from 'graphql'; import { SGHookOptionsMap, SGInterfaceContext, SGQueryConfigMap, SGResolverContext, SGTypeContext } from '..'; declare const _default: (queryConfigMaps: Array<SGQueryConfigMap>, context: SGResolverContext & SGTypeContext & SGInterfaceContext, nodeQueryConfig?: { hookOptions?: SGHookOptionsMap; }) => { [key: string]: graphql.GraphQLFieldConfig<any, any, { [argName: string]: any; }>; }; export default _default;