We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1020761 + 539fa17 commit c31d992Copy full SHA for c31d992
kit/lib/apollo.js
@@ -17,7 +17,7 @@ import { getServerURL } from 'kit/lib/env';
17
// ----------------------
18
19
// Helper function to create a new Apollo client, by merging in
20
-// passed options alongside any set by `config.setApolloOptions` and defaults
+// passed options alongside any set by `config.setApolloClientOptions` and defaults
21
export function createClient(opt = {}) {
22
return new ApolloClient(Object.assign({
23
reduxRootSelector: state => state.apollo,
0 commit comments