UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

3 lines (2 loc) 121 B
import { GraphQLScalarType } from 'graphql/type/definition'; export default function (name?: string): GraphQLScalarType;