hmm, I might be doing something wrong then, when I...
# spicedb
w
hmm, I might be doing something wrong then, when I execute "ReadRelationships" on the thing that is inside a folder (so it has parent == folderA) I see folder A, but if I execute ReadRelationships on Folder A it doesn't return the things inside it (just the user relations to it). The schema is like this (not the full one, just an example)
definition folder {}
definition dataset { relation parent: folder }
And I'd like something like readRelationships to return all of the datasets that have a provided folder as a parent