trustfall 0.8.1

The trustfall query engine, empowering you to query everything.
Documentation
InputQuery (
    query: r#"
{
    Feed {
        id @output
        feed_type @output

        title_: title {
            content @output
            content_type @output
        }

        entries @fold {
            title {
                entry_title: content @output
            }
            links {
                entry_link: href @output
            }
        }
    }
}"#,
    args: {},
)