Function graphql_client_codegen::generate_module_token_stream[][src]

pub fn generate_module_token_stream(
    query_path: PathBuf,
    schema_path: PathBuf,
    options: Option<GraphQLClientDeriveOptions>
) -> Result<TokenStream, Error>

Generates the code for a Rust module given a query, a schema and options.