UNPKG

220 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2export declare const GraphQLUUIDConfig: GraphQLScalarTypeConfig<string, string>;
3export declare const GraphQLUUID: GraphQLScalarType<string, string>;