Make it actually work with trustfall and dynamic data
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
6501b42328
commit
8a453a44f9
5 changed files with 203 additions and 46 deletions
13
query
Normal file
13
query
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue