OBJECT

InboxThreadsEdge

link GraphQL Schema definition

1type InboxThreadsEdge {
2
3cursor: String!
4
5node: InboxThread!
6
7}