Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Falieson committed Dec 9, 2018
1 parent 34774d8 commit 956e825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apollo-link-state/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// importing print is a reasonable thing to do, since Apollo Link Http requires
// it to be present
import { DocumentNode, DirectiveNode, print } from 'graphql';
import { DocumentNode, DirectiveNode } from 'graphql';
import { print } from 'graphql/language/printer';

import { checkDocument, removeDirectivesFromDocument } from 'apollo-utilities';

Expand Down

0 comments on commit 956e825

Please sign in to comment.