pub fn generate_module_token_stream_from_string(
query_string: &str,
schema_path: &Path,
options: GraphQLClientCodegenOptions
) -> Result<TokenStream, Box<dyn Error + Send + Sync + 'static>>
Expand description
Generates Rust code given a query string, a path to a schema file, and options.