Open marcus-sa opened 5 years ago
Check whether a field is a relation when it's metadata class type is decorated with @Entity() instead of using the @Relation() decorator
@Entity()
@Relation()
Problems:
Solutions:
@Cascade()
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
Check whether a field is a relation when it's metadata class type is decorated with
@Entity()
instead of using the@Relation()
decoratorProblems:
Solutions:
@Cascade()
decorator