We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a934f commit 5914efbCopy full SHA for 5914efb
src/graphorm/index.ts
@@ -1692,6 +1692,9 @@ const obj = new GraphORM({
1692
createdAt: {
1693
transform: transformDate,
1694
},
1695
+ customLocation: {
1696
+ jsonType: true,
1697
+ },
1698
1699
1700
OpportunityMatchCandidatePreference: {
src/schema/profile.ts
@@ -76,6 +76,7 @@ export const typeDefs = /* GraphQL */ `
76
company: Company
77
verified: Boolean
78
customCompanyName: String
79
+ customLocation: Location
80
81
# custom props per child entity
82
url: String
0 commit comments