Attribute Macro query

Source
#[query]
Expand description

Generate a query.

The first argument of the function must be of type &verde::Ctx, and they must return a Tracked struct.

Arguments can be marked with #[ignore] to not be used to identify an execution of the query.