INPUT_OBJECT

ModifyMosaicSourceInput

Description

Input to modify NoSQL protection source.

link GraphQL Schema definition

  • input ModifyMosaicSourceInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Source object with details of the source to be modified.
  • sourceData: SourceInput!
  • }

link Require by