Crate trustfall_core
Source - 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
- accessor_property
- Helper for making property resolver functions based on accessor methods.
- field_property
- Helper for making property resolver functions based on fields.
- TryIntoStruct
- Deserialize Trustfall query results or edge parameters into a Rust struct.