Make filesystem types handle their path impl
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
11c3a8de94
commit
a6406ebd5a
7 changed files with 78 additions and 141 deletions
16
query
16
query
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue