Skip to content

Commit 761f226

Browse files
committed
adding missing result to docs
1 parent 26be47c commit 761f226

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/api.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,15 @@ The `cd` filter is used to return results where every element of the array colum
804804
"data": {
805805
"blogCollection": {
806806
"edges": [
807+
{
808+
"node": {
809+
"id": 1,
810+
"name": "A: Blog 1",
811+
"createdAt": "2023-07-24T04:01:09.882781",
812+
"tags": ["tech", "innovation"]
813+
},
814+
"cursor": "WzFd"
815+
},
807816
{
808817
"node": {
809818
"id": 3,

0 commit comments

Comments
 (0)