dxos icon indicating copy to clipboard operation
dxos copied to clipboard

Add structured api to load refrences

Open dmaretskyi opened this issue 1 year ago • 0 comments

  • Support multi level references
  • Support arrays
  • Support recursion? (most likely out of scope)

Proposing a GQL-like API


await loadReferences(stack, {
 sections: {
    content: true
 }
})

dmaretskyi avatar May 18 '24 19:05 dmaretskyi