Handle where clause on nested GQL query selections (#531)

* Handle where clause on nested GQL query selections

* Handle variables for arguments on nested selections

* Handle args on nested GQL query selections for plural queries

* Update package versions
This commit is contained in:
prathamesh0
2024-08-02 13:42:47 +05:30
committed by GitHub
parent d53fbcf731
commit 05fdf85af8
15 changed files with 201 additions and 141 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.2.105",
"version": "0.2.106",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {