Importing metaobject definitions that reference other definitions in the same file is now fully supported. Before it may have required multiple attempts to import a file with self-references or cross-references.
Fixes#
- Self-references - definitions with fields that reference themselves (e.g. a “Parent” field on a Category type) no longer fail during import
- Cross-references - definitions that reference other definitions appearing later in the file are now resolved correctly

