UNPKG

194 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLSchema } from 'graphql';
2import { Scalar } from '../types';
3export declare function transformScalar(schema: GraphQLSchema, scalar: GraphQLScalarType): Scalar;