Can someone help me with my first mutation in .NET with the DgraphClient? When i run the following i get an IsSuccess true response but i can’t find the object in the Dgraph database…
What are you doing to find your person entry in the database that is not working?
Also - I suggest starting with RDF instead of json and put some pretty explicit sets in there until you are comfortable. Eg: <0x01> <testfield> "Value" . and retrieve it with {q(func:uid(0x01)){testfield}}.