OBJECT
FeedPreviewFilterTab
link GraphQL Schema definition
- type FeedPreviewFilterTab implements ProfileFilterBaseInterface {
- # Whether the filter is applied. When false, the filter conditions are ignored.
- : Boolean!
- # When true, only feed items that have an attachment are shown.
- : Boolean!
- # When true, only feed items the current user has marked as favorite are shown.
- : Boolean!
- # If null or empty - filter is ignored.
- : [FeedFilterSender!]
- # Time period the feed items are restricted to.
- : PeriodOption!
- }
link Require by
This element is not required by anyone