Skip to main content

BannerAlert

No description

type BannerAlert {
bannerType: BannerAlertType!
text: String!
title: String!
}

Fields

BannerAlert.bannerType ● BannerAlertType! non-null enum

The type of information this banner is alerting about, i.e. informational, a warning, or an error.

BannerAlert.text ● String! non-null scalar

The main body text to display in the banner

BannerAlert.title ● String! non-null scalar

A title to display for the banner

Returned by

dashboardBanner query