Skip to content

Commit 4207f94

Browse files
committed
no logs
1 parent 38d03c2 commit 4207f94

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/federation/tests/federation-compatibility-requires-circular.test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ const supergraph = await getStitchedSchemaFromLocalSchemas({
149149
},
150150
]),
151151
},
152-
onSubgraphExecute(subgraph, executionRequest, result) {
153-
const query = print(executionRequest.document);
154-
console.log(query);
155-
// if (subgraph === 'a' && query.includes('_entities')) {
156-
// // debugger;
157-
// }
158-
},
152+
// onSubgraphExecute(subgraph, executionRequest, result) {
153+
// const query = print(executionRequest.document);
154+
// console.log(query);
155+
// // if (subgraph === 'a' && query.includes('_entities')) {
156+
// // // debugger;
157+
// // }
158+
// },
159159
});
160160

161161
it('test query 0', { timeout: 1000 }, async () => {

0 commit comments

Comments
 (0)