atomicdata-dev/atomic-data-browser

`resource.getChildren` method (and hook)

Opened this issue · 0 comments

  • Fetch a collection where property: parent and value: currentSubject, so that the resulting members will be the children of currentSubject
  • Make this available in a hook useChildren (is this legal tho)
  • Use it in places where we use subResources
  • Deprecate subResources

Relates to atomicdata-dev/atomic-server#563