INPUT_OBJECT

BulkUpdateExchangeDagInput

link GraphQL Schema definition

  • input BulkUpdateExchangeDagInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Properties to update for each DAG.
  • dagUpdateProperties: [ExchangeDagUpdateConfigInput!]!
  • }

link Require by