DefinitelyTyped/types/graphql-type-uuid/index.d.ts

11 lines
373 B
TypeScript

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