merge records composite type (#14005)
/closes #13989 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export const COMPANY_GQL_FIELDS = `
|
||||
id
|
||||
name
|
||||
domainName {
|
||||
primaryLinkLabel
|
||||
primaryLinkUrl
|
||||
secondaryLinks
|
||||
}
|
||||
linkedinLink {
|
||||
primaryLinkLabel
|
||||
primaryLinkUrl
|
||||
secondaryLinks
|
||||
}
|
||||
createdAt
|
||||
deletedAt
|
||||
`;
|
||||
@@ -11,6 +11,19 @@ export const PERSON_GQL_FIELDS = `
|
||||
}
|
||||
emails {
|
||||
primaryEmail
|
||||
additionalEmails
|
||||
}
|
||||
phones {
|
||||
primaryPhoneNumber
|
||||
primaryPhoneCountryCode
|
||||
primaryPhoneCallingCode
|
||||
additionalPhones
|
||||
}
|
||||
whatsapp {
|
||||
primaryPhoneNumber
|
||||
primaryPhoneCountryCode
|
||||
primaryPhoneCallingCode
|
||||
additionalPhones
|
||||
}
|
||||
createdAt
|
||||
deletedAt
|
||||
|
||||
Reference in New Issue
Block a user