diff --git a/src/graphorm/index.ts b/src/graphorm/index.ts index 0419c331b..37f82ac32 100644 --- a/src/graphorm/index.ts +++ b/src/graphorm/index.ts @@ -1692,6 +1692,9 @@ const obj = new GraphORM({ createdAt: { transform: transformDate, }, + customLocation: { + jsonType: true, + }, }, }, OpportunityMatchCandidatePreference: { diff --git a/src/schema/profile.ts b/src/schema/profile.ts index 7707a2eaf..033be9140 100644 --- a/src/schema/profile.ts +++ b/src/schema/profile.ts @@ -76,6 +76,7 @@ export const typeDefs = /* GraphQL */ ` company: Company verified: Boolean customCompanyName: String + customLocation: Location # custom props per child entity url: String