- [x] findOne/findManyCalendarEvents / findOne/findManyMessages - add integration tests - [ ] ~~fix typing~~ - coming in new PR > [Issue](https://github.com/twentyhq/core-team-issues/issues/976)
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
export const CALENDAR_EVENT_GQL_FIELDS = `
|
||||
id
|
||||
title
|
||||
description
|
||||
endsAt
|
||||
startsAt
|
||||
createdAt
|
||||
updatedAt
|
||||
deletedAt`;
|
||||
@ -0,0 +1,7 @@
|
||||
export const MESSAGE_GQL_FIELDS = `
|
||||
id
|
||||
subject
|
||||
text
|
||||
createdAt
|
||||
updatedAt
|
||||
deletedAt`;
|
||||
Reference in New Issue
Block a user