I am unable to get the lambda mutation and query to work on dgraph cloud, they both fail with “Operations not allowed” with nothing for me to go on / troubleshoot.
I am copy-pasting the schema and the example code from the documentation pages, and I am expecting them to work.
I do not want to spend time setting up things locally, with docker etc, and am targeting dgraph cloud.
Can someone please confirm/ deny that lambda mutations should work in dgraph cloud
If they are expected to work, then can I please request pointers to a working example ? If there is no working example for dgraph cloud I can offer to create a working example if I get appropriate guidance to get it working
Thanks much.
I have been following fairly the same steps but with the console rather than on the command line.
I am able to get the lambda fields to work, but no luck with query or mutations.
Is there something related to strict mode https://dgraph.io/docs/cloud/admin/schema-modes/ , I am not entirely sure if this has something to do with my “Operations not allowed”. The literature/ notes related to it are hard to understand.
Any insights on what exactly is “operations not allowed - [name of the query/mutation]” ? Any pointers on how can I figure out the issue around lambda fields working , mutations and queries failing ?