From 2634fd5ae8a654f7f8d40c4ab1883abb71b88bb1 Mon Sep 17 00:00:00 2001 From: Kerwyn Date: Wed, 12 Jun 2019 17:49:04 -0600 Subject: [PATCH] Changed exported name to GraphQLUUID (#35966) --- types/graphql-type-uuid/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/graphql-type-uuid/index.d.ts b/types/graphql-type-uuid/index.d.ts index ae7ae8431d..8c8387a818 100644 --- a/types/graphql-type-uuid/index.d.ts +++ b/types/graphql-type-uuid/index.d.ts @@ -6,5 +6,5 @@ import { GraphQLScalarType } from "graphql"; -declare const GraphQLJSON: GraphQLScalarType; -export = GraphQLJSON; +declare const GraphQLUUID: GraphQLScalarType; +export = GraphQLUUID;