UNPKG

simple-graphql

Version:

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

3 lines (2 loc) 120 B
import { GraphQLScalarType } from 'graphql'; export default function globalIdType(typeName: string): GraphQLScalarType;