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 c851280 + 80cd53b commit 697e63dCopy full SHA for 697e63d
utils/apollo/ApolloClient.js
@@ -1,3 +1,5 @@
1
+/*eslint complexity: ["error", 6]*/
2
+
3
import fetch from 'node-fetch';
4
import {
5
ApolloClient,
0 commit comments