INPUT_OBJECT

BulkDeleteSourceRequestInput

Description

Supported in m3.2.0-m4.2.0 Object for sources added on mosaic.

link GraphQL Schema definition

  • input BulkDeleteSourceRequestInput {
  • # Supported in m3.2.0-m4.2.0
  • # Specifies whether to run the request asynchronously.
  • async: Boolean
  • # Required. Supported in m3.2.0-m4.2.0
  • # List of source names.
  • sourceNames: [String!]!
  • }