pub trait QueryDef { type Input; type Output; const PATH: &'static str; }
A query definition
Input type
Output type
The path of the query