BundleAlertsPage
No description
type BundleAlertsPage {
  cursor: PaginationCursor!
  items: [BundleAlertSummary]
}
Fields
BundleAlertsPage.cursor ● PaginationCursor! non-null object
Pagination cursors
BundleAlertsPage.items ● [BundleAlertSummary] list object
A list of type bundle_alert_summary.
Returned By
bundleAlerts  query