I can't find any docs on this, so what is the difference between o
and -->
in Fabric Composer, and under what circumstances should they be used?
Consider this...
asset Document identified by docId {
o String docId
o Articles[] articles
}
vs this...
asset Document identified by docId {
o String docId
--> Articles[] articles
}