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;