Closed nikgraf closed 13 years ago
change api from
graph.set("/person/bart", { type: "/type/person", attr1: val1, attr2: val2 })
to
graph.set({ _id: "/person/bart", type: "/type/person", attr1: val1, attr2: val2 })
i believe this is easier to understand …
change api from
to
i believe this is easier to understand …