UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

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