But in my testing with Dgraph 1.1.0 this is not returned.
Is this something currently in development on the master branch, or am I doing something wrong?
I did check the project commits and didn’t find the addition of of returning query result anywhere.
It does return if you’re using HTTP API. But if you’re using some client. You should have a result using some procedures documented for that client.
As an upsert block is a “mutation” query in practice, that means you would return data if you explicitly ask for it. It doesn’t throw info automatically in clients. Only in Raw HTTP.
If not so, please explain what you’re doing exactly.