Golang Facet Mutation

Is there a golang implementation for facet mutations? Thank you in advance.
James

without using curls, thanks!

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

OHH, thank you. I didn’t notice in the json definition.