Skip to content

feat(schema_exporters): sort by type name of relation

Nicola Spanti requested to merge topic/default/export-sort into branch/default

Without this, a change in schema can change the order of the export. When the exported schema is VCS, it can creates a huge diff. Thanks to sorting, it will be better.

Merge request reports