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