From c0752fa731a0f028a93cce948043044fe56b57d6 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 15 May 2018 11:48:19 -0400 Subject: migrate to graphql --- frontend/lib/withData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lib/withData.js') 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({ -- cgit v1.3