You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sending a set mutation containing a single test object (in the form of JSON) and I'm getting two uids returned in the uid map. However, (as far as I can tell) only a single node has been saved in the database. The correct uid is the second entry in the map & it has the lower uid. So how can I safely determine what the uid of the node created was? Without this, I can't use the client.
Also, response.getJson().toStringUtf8() returns nothing so I can't verify the JSON response.
The json request string is: {"set":[{"name":"A test person","age":"13"}]}
If I copy and paste the json string into the Ratel console and run it, the JSON response only contains a single uid. So its not an issue with the JSON string, its something to do with the Java client.
The text was updated successfully, but these errors were encountered:
I'm sending a set mutation containing a single test object (in the form of JSON) and I'm getting two uids returned in the uid map. However, (as far as I can tell) only a single node has been saved in the database. The correct uid is the second entry in the map & it has the lower uid. So how can I safely determine what the uid of the node created was? Without this, I can't use the client.
Also, response.getJson().toStringUtf8() returns nothing so I can't verify the JSON response.
The json request string is:
{"set":[{"name":"A test person","age":"13"}]}
The code to execute the mutation is:
If I copy and paste the json string into the Ratel console and run it, the JSON response only contains a single uid. So its not an issue with the JSON string, its something to do with the Java client.
The text was updated successfully, but these errors were encountered: