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 572ed6d commit 000542bCopy full SHA for 000542b
src/introspection/getTypeFromValues.spec.js
@@ -7,7 +7,7 @@ import {
7
GraphQLNonNull,
8
GraphQLString,
9
} from 'graphql';
10
-import GraphQLJSON from 'graphql-type-json';
+import { GraphQLJSON } from 'graphql-type-json';
11
import DateType from './DateType';
12
import getTypeFromValues from './getTypeFromValues';
13
0 commit comments