INPUT_OBJECT

InboxThreadsFilter

link GraphQL Schema definition

1input InboxThreadsFilter {
4
2# Filter threads with inquiries
3hasInquiry: Boolean
7
5# Filter archived threads
6isArchived: Boolean
10
8# Filter threads from shortlisted users
9isShortlisted: Boolean
13
11# Filter out threads with parents (E.g. jobs)
12withoutParents: Boolean
14}