Skip to content

Commit

Permalink
fix: change sourceId to be nullable (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliav-Maimon authored Dec 3, 2024
1 parent b2d1bdc commit 9ba6536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/models/polygonParts/polygonPartRecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ export class PolygonPartRecord implements IPolygonPart, IOrmCatalog {
@tsTypes({
mappingType: TsTypes.STRING,
})
@graphql()
@graphql({
nullable: true,
})
@fieldConfig({
category: FieldCategory.MAIN,
})
Expand Down

0 comments on commit 9ba6536

Please sign in to comment.