// Type definitions for graphql-type-uuid 0.2 // Project: https://github.com/olistic/graphql-type-uuid // Definitions by: Dmitry Shirokov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.6 import { GraphQLScalarType } from "graphql"; declare const GraphQLUUID: GraphQLScalarType; export = GraphQLUUID;