INPUT_OBJECT

AddMosaicStoreInput

Description

Input for adding a NoSQL protection store.

link GraphQL Schema definition

  • input AddMosaicStoreInput {
  • # Required. Add store request object with details of store to be added.
  • addStoreData: MosaicAddStoreRequestInput!
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by