feat: populate relation join column (#10212)
Fix https://github.com/twentyhq/core-team-issues/issues/241#issue-2793030259
This commit is contained in:
@ -67,9 +67,7 @@ export class CreateObjectInput {
|
||||
|
||||
@IsOptional()
|
||||
@Field(() => GraphQLJSON, { nullable: true })
|
||||
primaryKeyFieldMetadataSettings?: FieldMetadataSettings<
|
||||
FieldMetadataType | 'default'
|
||||
>;
|
||||
primaryKeyFieldMetadataSettings?: FieldMetadataSettings<FieldMetadataType>;
|
||||
|
||||
@IsBoolean()
|
||||
@IsOptional()
|
||||
|
||||
Reference in New Issue
Block a user