OBJECT

MeetingAttachment

link GraphQL Schema definition

1type MeetingAttachment {
2
3status: MeetingStatus!
4
5updatedOn: Int!
6
7}