MyGit

trustfall-v0.5.1

obi1kenobi/trustfall

版本发布时间: 2023-07-01 02:53:31

obi1kenobi/trustfall最新发布版本:trustfall-v0.7.1(2023-11-18 05:35:14)

What's Changed

Added a SchemaAdapter that allows running Trustfall queries against Trustfall schemas, like so:

{
    VertexType {
        name @output

        edge {
            edge_name: name @output

            parameter_: parameter @fold {
                name @output
            }
        }
    }
}

For a given schema, running this query returns all edges on all vertex types, together with a list of the parameters those edges take.

All Merged PRs

New Contributors

Full Changelog: https://github.com/obi1kenobi/trustfall/compare/trustfall-v0.5.0...trustfall-v0.5.1

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-07-01发行的版本