Skip to content

Commit 683c072

Browse files
ardatanCopilot
andauthored
Update packages/runtime/tests/demand-control.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c5cea56 commit 683c072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime/tests/demand-control.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ describe('Demand Control', () => {
896896
/**
897897
* 1 Query (0) + 1 book object (1) + 1 author object (1) + 1 publisher object (1) + 1 address object (5) = 8 total cost
898898
*/
899+
// Skipped in proxy mode because the proxy does not support custom directive aliasing (e.g., @cost as @myCost).
899900
it.skipIf(mode === 'proxy')('@cost in object but aliased as @myCost', async () => {
900901
const booksSubgraph = buildSubgraphSchema({
901902
typeDefs: parse(/* GraphQL */ `

0 commit comments

Comments
 (0)