3c485ccb37
fixes https://github.com/twentyhq/twenty/issues/13553 and https://github.com/twentyhq/core-team-issues/issues/1300
18 lines
225 B
TypeScript
18 lines
225 B
TypeScript
export const PERSON_GQL_FIELDS = `
|
|
id
|
|
city
|
|
jobTitle
|
|
avatarUrl
|
|
intro
|
|
searchVector
|
|
name {
|
|
firstName
|
|
lastName
|
|
}
|
|
emails {
|
|
primaryEmail
|
|
}
|
|
createdAt
|
|
deletedAt
|
|
`;
|