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.
pub fn generate_all(
schema: &CompiledSchema,
output_dir: &Path,
) -> Result<GeneratedFiles>Generate all client files from a compiled schema.
Writes files to output_dir and returns metadata about what was generated.