Files
twenty/packages/twenty-server/test/integration/constants/company-gql-fields.constants.ts
T
neo773 ad944e1d2c merge records composite type (#14005)
/closes #13989

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2025-09-08 17:50:26 +02:00

17 lines
261 B
TypeScript

export const COMPANY_GQL_FIELDS = `
id
name
domainName {
primaryLinkLabel
primaryLinkUrl
secondaryLinks
}
linkedinLink {
primaryLinkLabel
primaryLinkUrl
secondaryLinks
}
createdAt
deletedAt
`;