plaixt/query
Marcel Müller 73391b5b7b Add a first attempt at multiplexing adapters
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-02-08 11:58:14 +01:00

13 lines
303 B
Text

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