INPUT_OBJECT

FeedEntryStatusFilter

Description

Filter to specify the status of all feed entries.

link GraphQL Schema definition

  • input FeedEntryStatusFilter {
  • # List of statuses.
  • statuses: [FeedEntryStatus!]!
  • }

link Require by