Crate trustfall_core

Source

Modules§

frontend
Frontend for Trustfall: takes a parsed query, validates it, and turns it into IR.
graphql_query
Parsing Trustfall queries into Rust types, which are then handed to the frontend for further processing.
interpreter
ir
Trustfall intermediate representation (IR)
schema

Macros§

accessor_property
Helper for making property resolver functions based on accessor methods.
field_property
Helper for making property resolver functions based on fields.

Traits§

TryIntoStruct
Deserialize Trustfall query results or edge parameters into a Rust struct.