trustfall 0.8.1

The trustfall query engine, empowering you to query everything.
Documentation
InputQuery (
    query: r#"
{
    Feed {
        title {
            feed_name: content @output
        }

        entry_: entries {
            id @output
            source @output

            title_: title {
                content @output
                content_type @output
            }
        }
    }
}"#,
    args: {},
)