Ref to a node without an ID

As @amaster507 said, not possible.

Yup.


P.S.

attributes: [Attribute] @hasInverse(field: belongsTo) is wrong.

hasInverse needs to be on

belongsTo: Entity! @hasInverse(field: attributes)

1 Like