diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:48:19 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:48:19 -0400 |
| commit | c0752fa731a0f028a93cce948043044fe56b57d6 (patch) | |
| tree | 66326fc4756ef5a92bbc3047b0a02a261157c365 /frontend/lib | |
| parent | fc43594e43cdcba82930c788012d0e7ad7110ccd (diff) | |
migrate to graphql
Diffstat (limited to 'frontend/lib')
| -rw-r--r-- | frontend/lib/withData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js index 3a7f479..9f7c2a8 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -1,6 +1,6 @@ import withApollo from 'next-with-apollo'; import ApolloClient from 'apollo-boost'; -import { LOCAL_STATE_QUERY } from '../queries/queries'; +import { LOCAL_STATE_QUERY } from '../queries/queries.graphql'; // can also be a function that accepts a `headers` object (SSR only) and returns a config const client = new ApolloClient({ |
