UNPKG

simple-graphql

Version:

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

8 lines (7 loc) 287 B
declare const _default: { toInitialUpperCase: (str: string) => string; toInitialLowerCase: (str: string) => string; toUnderscoredName: (str: string) => string; fromGlobalId: (str: string) => import("graphql-relay/node/node").ResolvedGlobalId; }; export default _default;