mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
Changed exported name to GraphQLUUID (#35966)
This commit is contained in:
Vendored
+2
-2
@@ -6,5 +6,5 @@
|
||||
|
||||
import { GraphQLScalarType } from "graphql";
|
||||
|
||||
declare const GraphQLJSON: GraphQLScalarType;
|
||||
export = GraphQLJSON;
|
||||
declare const GraphQLUUID: GraphQLScalarType;
|
||||
export = GraphQLUUID;
|
||||
|
||||
Reference in New Issue
Block a user