Skip to content

Commit 2c1f260

Browse files
committed
update test output
1 parent fef5ac1 commit 2c1f260

File tree

1 file changed

+90
-45
lines changed

1 file changed

+90
-45
lines changed

test/expected/resolve_connection_filter.out

+90-45
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,25 @@ begin;
246246
}
247247
$$)
248248
);
249-
jsonb_pretty
250-
---------------------------------------------------
251-
{ +
252-
"data": null, +
253-
"errors": [ +
254-
{ +
255-
"message": "Invalid filter operation"+
256-
} +
257-
] +
249+
jsonb_pretty
250+
---------------------------------
251+
{ +
252+
"data": { +
253+
"accountCollection": { +
254+
"edges": [ +
255+
{ +
256+
"node": { +
257+
"id": 1+
258+
} +
259+
}, +
260+
{ +
261+
"node": { +
262+
"id": 2+
263+
} +
264+
} +
265+
] +
266+
} +
267+
} +
258268
}
259269
(1 row)
260270

@@ -273,15 +283,20 @@ begin;
273283
}
274284
$$)
275285
);
276-
jsonb_pretty
277-
---------------------------------------------------
278-
{ +
279-
"data": null, +
280-
"errors": [ +
281-
{ +
282-
"message": "Invalid filter operation"+
283-
} +
284-
] +
286+
jsonb_pretty
287+
---------------------------------
288+
{ +
289+
"data": { +
290+
"accountCollection": { +
291+
"edges": [ +
292+
{ +
293+
"node": { +
294+
"id": 2+
295+
} +
296+
} +
297+
] +
298+
} +
299+
} +
285300
}
286301
(1 row)
287302

@@ -300,15 +315,20 @@ begin;
300315
}
301316
$$)
302317
);
303-
jsonb_pretty
304-
---------------------------------------------------
305-
{ +
306-
"data": null, +
307-
"errors": [ +
308-
{ +
309-
"message": "Invalid filter operation"+
310-
} +
311-
] +
318+
jsonb_pretty
319+
---------------------------------
320+
{ +
321+
"data": { +
322+
"accountCollection": { +
323+
"edges": [ +
324+
{ +
325+
"node": { +
326+
"id": 1+
327+
} +
328+
} +
329+
] +
330+
} +
331+
} +
312332
}
313333
(1 row)
314334

@@ -327,15 +347,25 @@ begin;
327347
}
328348
$$)
329349
);
330-
jsonb_pretty
331-
---------------------------------------------------
332-
{ +
333-
"data": null, +
334-
"errors": [ +
335-
{ +
336-
"message": "Invalid filter operation"+
337-
} +
338-
] +
350+
jsonb_pretty
351+
---------------------------------
352+
{ +
353+
"data": { +
354+
"accountCollection": { +
355+
"edges": [ +
356+
{ +
357+
"node": { +
358+
"id": 1+
359+
} +
360+
}, +
361+
{ +
362+
"node": { +
363+
"id": 2+
364+
} +
365+
} +
366+
] +
367+
} +
368+
} +
339369
}
340370
(1 row)
341371

@@ -354,15 +384,30 @@ begin;
354384
}
355385
$$)
356386
);
357-
jsonb_pretty
358-
---------------------------------------------------
359-
{ +
360-
"data": null, +
361-
"errors": [ +
362-
{ +
363-
"message": "Invalid filter operation"+
364-
} +
365-
] +
387+
jsonb_pretty
388+
---------------------------------
389+
{ +
390+
"data": { +
391+
"accountCollection": { +
392+
"edges": [ +
393+
{ +
394+
"node": { +
395+
"id": 1+
396+
} +
397+
}, +
398+
{ +
399+
"node": { +
400+
"id": 2+
401+
} +
402+
}, +
403+
{ +
404+
"node": { +
405+
"id": 3+
406+
} +
407+
} +
408+
] +
409+
} +
410+
} +
366411
}
367412
(1 row)
368413

0 commit comments

Comments
 (0)