Fix some things

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-02-08 15:45:21 +01:00
parent 6b1e799d6b
commit e600807376
10 changed files with 421 additions and 81 deletions

22
query
View file

@ -1,13 +1,27 @@
{
Plaixt__RecordsAll {
... on Plaixt__changelog {
... on Plaixt__file_test {
at @output
kind @output
fields {
title @output @filter(op: "has_substring", value: ["$search"])
version @output
type @output
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
# }
# }
# }
# }
}