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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.