UNPKG

177 BTypeScriptView Raw
1/// <reference types="@types/graphql" />
2import { GraphQLType } from 'graphql/type/definition';
3export declare const handleType: (primitivesMap: any, type: GraphQLType) => any;