UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

3 lines (2 loc) 114 B
import { GraphQLScalarType } from 'graphql'; export declare const GraphQLIBAN: GraphQLScalarType<string, string>;