NotificationToast
Fields that override the default error toast shown in the client when it receives an error.
type NotificationToast {
body: String!
header: String
notificationType: NotificationType!
}
Fields
NotificationToast.body
● String!
non-null scalar
Message shown in the body of the toast
NotificationToast.header
● String
scalar
Optional header for the toast
NotificationToast.notificationType
● NotificationType!
non-null enum
The type of notification to be shown (success, warning, error)