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§
- TryInto
Struct - Deserialize Trustfall query results or edge parameters into a Rust struct.