plaixt/query
Marcel Müller 8a453a44f9 Make it actually work with trustfall and dynamic data
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-02-08 09:40:52 +01:00

13 lines
287 B
Text

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