Skip to content

Commit

Permalink
Merge pull request #273 from locnguyen/master
Browse files Browse the repository at this point in the history
Add gql to the list of imports
  • Loading branch information
Sashko Stubailo authored Aug 16, 2017
2 parents 5daf253 + 573b5ad commit 62e99ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-docs/source/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Another option is to reload the page, which will have a similar effect.


```js
import { withApollo, graphql } from 'react-apollo';
import { withApollo, graphql, gql } from 'react-apollo';
import ApolloClient from 'apollo-client';

class Profile extends React.Component {
Expand Down

0 comments on commit 62e99ea

Please sign in to comment.