- [x] findOne/findManyCalendarEvents / findOne/findManyMessages - add integration tests - [ ] ~~fix typing~~ - coming in new PR > [Issue](https://github.com/twentyhq/core-team-issues/issues/976)
10 lines
240 B
TypeScript
10 lines
240 B
TypeScript
export const CALENDAR_EVENT_GQL_FIELDS = `
|
|
id
|
|
title
|
|
description
|
|
endsAt
|
|
startsAt
|
|
createdAt
|
|
updatedAt
|
|
deletedAt`;
|