Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -6,8 +6,8 @@ import { onError } from "apollo-link-error"; | ... | @@ -6,8 +6,8 @@ import { onError } from "apollo-link-error"; |
6 | import { ApolloLink, split } from "apollo-link"; | 6 | import { ApolloLink, split } from "apollo-link"; |
7 | import { getMainDefinition } from "apollo-utilities"; | 7 | import { getMainDefinition } from "apollo-utilities"; |
8 | import { withClientState } from "apollo-link-state"; | 8 | import { withClientState } from "apollo-link-state"; |
9 | -import { defaults, resolvers } from "./ClientState"; | ||
10 | import { setContext } from "apollo-link-context"; | 9 | import { setContext } from "apollo-link-context"; |
10 | +import { resolvers, defaults } from "./ClientState"; | ||
11 | 11 | ||
12 | const httpLink = new HttpLink({ | 12 | const httpLink = new HttpLink({ |
13 | uri: "http://localhost:4000", | 13 | uri: "http://localhost:4000", | ... | ... |
-
Please register or login to post a comment