OBJECT

InboxThreadMessageEdge

link GraphQL Schema definition

1type InboxThreadMessageEdge {
2
3cursor: String!
4
5node: InboxThreadMessage!
6
7}