Steps to reproduce 1. In Bulk Edit (or outside of Ratel), create the following schema with a type field that refers to a different type ``` refersTo: [uid] . type TypeA { refersTo: [TypeB] } ``` The type definition shows that refersTo is of type [TypeB]  When clicking on Edit Type, the predicate name along with its actual type is shown  After clicking Save, the field type turns into [uid]  Expected result: The type definition should retain the information that refersTo references TypeB nodes.