27 lines
612 B
Text
27 lines
612 B
Text
{
|
|
Plaixt__RecordsAll {
|
|
... on Plaixt__file_test {
|
|
at @output
|
|
kind @output
|
|
fields {
|
|
path {
|
|
... on fs__File {
|
|
size @output
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
# fs__Path(path: "./crates/plaixt/") {
|
|
# ... on fs__Folder {
|
|
# directory: path @output
|
|
# children @fold {
|
|
# ... on fs__File {
|
|
# file: path @output
|
|
# size @output
|
|
# }
|
|
# }
|
|
# }
|
|
# }
|
|
}
|