We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af8af1 commit 86f7fd9Copy full SHA for 86f7fd9
packages/query-typeorm/__tests__/__fixtures__/test.entity.ts
@@ -30,7 +30,7 @@ export class TestEntity {
30
@JoinTable()
31
manyToManyUniDirectional?: TestRelation[];
32
33
- @OneToOne(() => TestRelation, (relation) => relation.oneTestEntity, { nullable: true })
+ @OneToOne(() => TestRelation, (relation) => relation.oneTestEntity)
34
@JoinColumn()
35
oneTestRelation?: TestRelation;
36
0 commit comments