Make filesystem types handle their path impl

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-02-09 20:16:07 +01:00
parent 11c3a8de94
commit a6406ebd5a
7 changed files with 78 additions and 141 deletions

16
query
View file

@ -1,12 +1,12 @@
{
Plaixt__RecordsAll {
... on Plaixt__file_test {
at @output
kind @output
fields {
path {
... on fs__File {
size @output
Records {
... on p_file_test {
_at @output
_kind @output
path {
... on Directory {
Children @recurse(depth: 10) {
path @output
}
}
}