OBJECT

AriaNotificationTargetType

Describes a notification target type for Aria

link GraphQL Schema definition

  • type AriaNotificationTargetType implements Node, NotificationTargetType {
  • # Node-compatible opaque global identifier
  • id: ID!
  • # The list of input properties specific for the selected notification target type
  • inputProperties: [NotificationTargetTypeInputProperty]
  • # The list of properties specific for the selected notification target type
  • properties: [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.
  • requiresAddress: Boolean!
  • # Notification target type
  • type: String!
  • }