Skip to content

Commit 000542b

Browse files
committed
Fix tests
1 parent 572ed6d commit 000542b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/introspection/getTypeFromValues.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
GraphQLNonNull,
88
GraphQLString,
99
} from 'graphql';
10-
import GraphQLJSON from 'graphql-type-json';
10+
import { GraphQLJSON } from 'graphql-type-json';
1111
import DateType from './DateType';
1212
import getTypeFromValues from './getTypeFromValues';
1313

0 commit comments

Comments
 (0)