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.
1 parent 9a99824 commit 8bb3ad2Copy full SHA for 8bb3ad2
web/src/context/GraphqlBatcher.tsx
@@ -23,8 +23,6 @@ interface IQuery {
23
const Context = createContext<IGraphqlBatcher | undefined>(undefined);
24
25
const executor: AsyncExecutor = async ({ document, variables, extensions }) => {
26
- console.log({ url: extensions.url });
27
-
28
try {
29
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
30
//@ts-ignore
0 commit comments