Make it actually work with trustfall and dynamic data

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-02-08 09:40:52 +01:00
parent 6501b42328
commit 8a453a44f9
5 changed files with 203 additions and 46 deletions

13
query Normal file
View file

@ -0,0 +1,13 @@
{
RecordsAll {
... on changelog {
at @output
kind @output
fields {
title @output @filter(op: "has_substring", value: ["$search"])
version @output
type @output
}
}
}
}