pub fn generate_module_token_stream(
query_path: PathBuf,
schema_path: &Path,
options: GraphQLClientCodegenOptions
) -> Result<TokenStream, Box<dyn Error + Send + Sync + 'static>>
Expand description
Generates Rust code given a query document, a schema and options.