GraphQL OBJECT

NotificationSearchResult

Notificatiions that match filter criteria.

link Definition

  • type NotificationSearchResult {
  • # Filtered text resources.
  • filterResult: [Notification]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by