NotificationTypes is an enumerated list of types of notifications.

This enumerated datatype is used by the input datatype, Notification, which is used by the listNotifications() query field and the notify() mutation field, as well as a few other datatypes and mutation and query fields. This datatype is also used by the input datatype, NotificationInput, which is used by the notify() mutation.

Table: NotificationTypes

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 30, 2024
Announcementboolean  Long-TermThe notification is an announcement.
Bannerboolean  Long-TermThe notification is a banner displayed message.
Bellboolean  Long-TermThe notification includes a bell trigger.