OBJECT

InboxFileAttachmentEdge

link GraphQL Schema definition

1type InboxFileAttachmentEdge {
2
3cursor: String!
4
5node: InboxFileAttachment!
6
7}