Skip to main content

generate_all

Function generate_all 

Source
pub fn generate_all(
    schema: &CompiledSchema,
    output_dir: &Path,
) -> Result<GeneratedFiles>
Expand description

Generate all client files from a compiled schema.

Writes files to output_dir and returns metadata about what was generated.