Skip to content

Commit 5914efb

Browse files
authored
feat: expose custom location on experience (#3308)
1 parent 73a934f commit 5914efb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/graphorm/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,9 @@ const obj = new GraphORM({
16921692
createdAt: {
16931693
transform: transformDate,
16941694
},
1695+
customLocation: {
1696+
jsonType: true,
1697+
},
16951698
},
16961699
},
16971700
OpportunityMatchCandidatePreference: {

src/schema/profile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const typeDefs = /* GraphQL */ `
7676
company: Company
7777
verified: Boolean
7878
customCompanyName: String
79+
customLocation: Location
7980
8081
# custom props per child entity
8182
url: String

0 commit comments

Comments
 (0)