GraphQL OBJECT
NotificationSearchResult
Notificatiions that match filter criteria.
link Definition
- type NotificationSearchResult {
- # Filtered text resources.
- : [Notification]
- # Indicates whether the result is truncated.
- : Boolean
- }
GraphQL OBJECT
Notificatiions that match filter criteria.
- type NotificationSearchResult {
- # Filtered text resources.
- : [Notification]
- # Indicates whether the result is truncated.
- : Boolean
- }