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 path to a query file, a path to a schema file, and options.