diff --git a/src/models/polygonParts/polygonPartRecord.ts b/src/models/polygonParts/polygonPartRecord.ts index 0a9208d..cce8769 100644 --- a/src/models/polygonParts/polygonPartRecord.ts +++ b/src/models/polygonParts/polygonPartRecord.ts @@ -45,7 +45,9 @@ export class PolygonPartRecord implements IPolygonPart, IOrmCatalog { @tsTypes({ mappingType: TsTypes.STRING, }) - @graphql() + @graphql({ + nullable: true, + }) @fieldConfig({ category: FieldCategory.MAIN, })