mochi/schema_printer

Values

pub fn print_schema(schema_def: schema.Schema) -> String

Print a schema to SDL format

pub fn print_type_definition(
  type_def: schema.TypeDefinition,
) -> String

Print individual type definition

Search Document