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
We had a discussion about it on discourse and agreed that there is no need to expose the opaque node to the user and store.RemoveNode can accept IRI.
The new API will look like this:
store.RemoveNode(node)
removes all quads which have the given node as subject, predicate, object, or label. Currently it accepts an opaque node.For example:
(store.ValueOf returns an opaque node)
We had a discussion about it on discourse and agreed that there is no need to expose the opaque node to the user and
store.RemoveNode
can accept IRI.The new API will look like this:
This will help new users since they don't need to be aware of the lower level concept of opaque node.
The text was updated successfully, but these errors were encountered: