INPUT_OBJECT

AriaTestNotificationTargetInput

link GraphQL Schema definition

  • input AriaTestNotificationTargetInput {
  • # Notification notification target ID to test existing target
  • notificationTargetId: String
  • # The list of properties specific for the selected notification target type
  • properties: [AriaNotificationTargetPropertyInput!]
  • # notification target type required for new target
  • type: String
  • }