jpadriano
(James Adriano)
1
Is there a golang implementation for facet mutations? Thank you in advance.
James
jpadriano
(James Adriano)
2
without using curls, thanks!
MichelDiz
(Michel Diz)
3
In this test you have it - after the line “// These are facets on the friend edge.
”
In Nquads(Triples) is like this
SetNquads: []byte(`_:a <name> "Alice" (thisIsAFacet: true, alien: false) .`),
Not sure what you mean.
1 Like
jpadriano
(James Adriano)
4
OHH, thank you. I didn’t notice in the json definition.