Open
Description
Each query will cause this crate to re-generate the code for the entire schema. This results in increased compile time and not being able to share structs between different queries. There should be a way to generate the entire schema once (using both the derive macro and the CLI), and then just reference it by path.