We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2888d91 commit 61a23e8Copy full SHA for 61a23e8
types/graphql-type-json.d.ts
@@ -1,5 +1,5 @@
1
declare module "graphql-type-json" {
2
import { GraphQLScalarType } from "graphql";
3
- export const GraphQLJSON: typeof GraphQLScalarType;
4
- export const GraphQLJSONObject: typeof GraphQLScalarType;
5
-}
+ export const GraphQLJSON: GraphQLScalarType;
+ export const GraphQLJSONObject: GraphQLScalarType;
+}
0 commit comments