Skip to content

Commit

Permalink
Printer is no longer in graphql-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wdyzewski authored May 30, 2017
1 parent a77d241 commit c4efc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ This is the interface that an object should implement so that it can be used by

Represents a request passed to the network interface. Has the following properties:

- `query: Object` AST of the query to send to the server. You can get stringify this value by using `print` function from `graphql-tag/printer` package.
- `query: Object` AST of the query to send to the server. You can get stringify this value by using `print` function from `graphql/language/printer` package.
- `variables: Object` The variables to send with the query.
- `operationName: string` An optional parameter that will be included in error messages about this query.

Expand Down

0 comments on commit c4efc03

Please sign in to comment.