Why can't I create two separate attributes to the same node?

This was brought up in Discord so resurrecting it here.

This actually was supported in a weird kind of way, but it leads to many problems.

So I believe they added an error to prevent this from being valid.

The problem lies when you try to create the edges from the edge which is the common link to multiple other reverse edges. The GraphQL rewriting mechanism gets confused on which one of the reverse edges it should create for the backlink.

1 Like