- [x] findOne/findManyCalendarEvents / findOne/findManyMessages - add integration tests - [ ] ~~fix typing~~ - coming in new PR > [Issue](https://github.com/twentyhq/core-team-issues/issues/976)
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
export const MESSAGE_GQL_FIELDS = `
|
|
id
|
|
subject
|
|
text
|
|
createdAt
|
|
updatedAt
|
|
deletedAt`;
|