Skip to content

Commit 097c299

Browse files
YoanSallamiclaude
andcommitted
Drop Node suffix from the playground's default example program
The last example still using the old convention: CustomerNode -> Customer. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 321e5b5 commit 097c299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/javascripts/playground.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
" orders(order_id:, customer_id:, amount:, created_at:);",
2828
"",
2929
"# Concepts",
30-
"@OrderBy(CustomerNode, \"customer_id\");",
31-
"CustomerNode(customer_id:) distinct :- Orders(customer_id:);",
30+
"@OrderBy(Customer, \"customer_id\");",
31+
"Customer(customer_id:) distinct :- Orders(customer_id:);",
3232
"",
3333
"# Rules",
3434
"@OrderBy(CustomerRevenue, \"total\", \"desc\");",

0 commit comments

Comments
 (0)