Skip to content

Commit e0cf303

Browse files
committed
mark nested array relationships as supported
1 parent 4300104 commit e0cf303

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/tests/databases-tests/src/snapshots/databases_tests__capabilities_tests__get_capabilities.snap

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: crates/tests/databases-tests/src/capabilities_tests.rs
33
expression: "ndc_postgres::capabilities::get_capabilities()"
4-
snapshot_kind: text
54
---
65
{
76
"query": {
@@ -23,6 +22,9 @@ snapshot_kind: text
2322
},
2423
"relationships": {
2524
"relation_comparisons": {},
26-
"order_by_aggregate": {}
25+
"order_by_aggregate": {},
26+
"nested": {
27+
"array": {}
28+
}
2729
}
2830
}

0 commit comments

Comments
 (0)