Changed exported name to GraphQLUUID (#35966)

This commit is contained in:
Kerwyn
2019-06-12 16:49:04 -07:00
committed by Ron Buckton
parent f396262330
commit 2634fd5ae8
+2 -2
View File
@@ -6,5 +6,5 @@
import { GraphQLScalarType } from "graphql";
declare const GraphQLJSON: GraphQLScalarType;
export = GraphQLJSON;
declare const GraphQLUUID: GraphQLScalarType;
export = GraphQLUUID;