INPUT_OBJECT

AriaNotificationUpsertTargetInput

link GraphQL Schema definition

  • input AriaNotificationUpsertTargetInput {
  • # Notification target context
  • context: NotificationTargetContext!
  • # Name of this notification target
  • displayName: String!
  • # Enabled turns the notification target on/off
  • enabled: Boolean!
  • # Opaque version string for this instance
  • nodeVersion: ID
  • # Unique identifier of the notification target instance
  • notificationTargetId: String
  • # Project id(s) that are included
  • projectId: [String!]
  • # The list of properties specific for the selected notification target type
  • properties: [AriaNotificationTargetPropertyInput!]!
  • # Notification target type
  • type: String!
  • }