Harman Goei
Results
2
issues of
Harman Goei
#### Description In the README.md, it states that this SDK works in the browser. > Supported platforms > This SDK can be used on both browser and Node.js environments. However,...
https://hasura.io/docs/1.0/graphql/manual/api-reference/graphql-api/query.html#simple-object This returns 1 element: ``` contacts(path: "[0].phone") # scalar JSON field -> array_item_property ``` Want to return all phone numbers ``` contacts(path: "[*].phone") # scalar JSON field -> array_item_property...
k/enhancement
c/server
a/api/graphql