Skip to content

Type system editor: uid field types cannot be references to other type names  #117

@danielmai

Description

@danielmai

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]

image

When clicking on Edit Type, the predicate name along with its actual type is shown

image

After clicking Save, the field type turns into [uid]

image

Expected result:

The type definition should retain the information that refersTo references TypeB nodes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions