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 79c4ab2 commit 3be52a6Copy full SHA for 3be52a6
src/mock.test.js
@@ -1,7 +1,8 @@
1
import { GraphQLSchema } from 'graphql'
2
import { makeExecutableSchema } from 'graphql-tools'
3
import * as introspectionResult from './__fixtures__/schema.json'
4
-import gql, {
+import gql from './'
5
+import {
6
Mocker,
7
createMockerFromIntrospection,
8
createMockerFromSchema,
0 commit comments