Function gurkle_codegen::generate_module_token_stream[][src]

pub fn generate_module_token_stream(
    query_path: Vec<PathBuf>,
    schema_path: &Path,
    options: GraphQLClientCodegenOptions
) -> Result<TokenStream, Box<dyn Error + Send + Sync + 'static>>

Generates Rust code given a query document, a schema and options.