OBJECT
AriaNotificationTargetType
Describes a notification target type for Aria
link GraphQL Schema definition
- type AriaNotificationTargetType implements Node, NotificationTargetType {
- # Node-compatible opaque global identifier
- ID! :
- # The list of input properties specific for the selected notification target type
- NotificationTargetTypeInputProperty] : [
- # The list of properties specific for the selected notification target type
- NotificationTargetProperty] : [
- # RequiresAddress shows whether notification targets of this type need an address
- # to be passed in order to work.
- # Examples of address are email address, Slack channel, etc.
- Boolean! :
- # Notification target type
- String! :
- }