pub fn generate_module_token_stream(
query_path: PathBuf,
schema_path: PathBuf,
options: Option<GraphQLClientDeriveOptions>
) -> Result<TokenStream, Error>Expand description
Generates the code for a Rust module given a query, a schema and options.