Skip to content

Commit

Permalink
improvement: import directly from graphql/language/visitor for smalle…
Browse files Browse the repository at this point in the history
…r load
  • Loading branch information
jackyef committed Sep 25, 2020
1 parent 5092aa0 commit 7bc3556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-progressive-fragment-matcher",
"version": "1.0.8",
"version": "1.0.9",
"private": false,
"description": "A smart alternative to the introspection fragment matcher.",
"keywords": [
Expand Down Expand Up @@ -65,6 +65,7 @@
"apollo-server": "^2.4.8",
"apollo-server-testing": "^2.4.8",
"apollo-utilities": "^1.2.1",
"babel-plugin-modular-graphql": "^0.1.3",
"codecov": "^3.3.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/transform.js
@@ -1,4 +1,4 @@
import { visit } from 'graphql/language'
import { visit } from 'graphql/language/visitor'

const defaultConfig = {
possibleTypes: {},
Expand Down

0 comments on commit 7bc3556

Please sign in to comment.