Fix some things
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
6b1e799d6b
commit
e600807376
10 changed files with 421 additions and 81 deletions
22
query
22
query
|
|
@ -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
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue