Skip to content

Commit

Permalink
chore: add apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Sep 30, 2024
1 parent 551c483 commit e0a4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo/src/graphql-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const createClient = (config: GraphqlApiClientConfig): { client: ApolloCl
defaultOptions: config.defaultOptions ?? DEFAULT_OPTIONS,
devtools: {
enabled: config.connectToDevTools,
}
},
});
return { client, cache };
};

0 comments on commit e0a4683

Please sign in to comment.