Skip to content

Commit ca2890b

Browse files
committed
correcting ov test
1 parent 02c273f commit ca2890b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

test/expected/resolve_connection_filter.out

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ begin;
374374
select jsonb_pretty(
375375
graphql.resolve($$
376376
{
377-
accountCollection(filter: {tags: {cd: ["customer", "priority"]}}) {
377+
accountCollection(filter: {tags: {ov: ["customer", "priority"]}}) {
378378
edges {
379379
node {
380380
id
@@ -399,6 +399,11 @@ begin;
399399
"node": { +
400400
"id": 2+
401401
} +
402+
}, +
403+
{ +
404+
"node": { +
405+
"id": 3+
406+
} +
402407
} +
403408
] +
404409
} +

test/sql/resolve_connection_filter.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ begin;
190190
select jsonb_pretty(
191191
graphql.resolve($$
192192
{
193-
accountCollection(filter: {tags: {cd: ["customer", "priority"]}}) {
193+
accountCollection(filter: {tags: {ov: ["customer", "priority"]}}) {
194194
edges {
195195
node {
196196
id

0 commit comments

Comments
 (0)