INPUT_OBJECT

MosaicAddStoreRequestInput

Description

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

link GraphQL Schema definition

  • input MosaicAddStoreRequestInput {
  • # Supported in m3.2.0-m4.2.0
  • # Access key id.
  • accessKeyId: String
  • # Supported in m3.2.0-m4.2.0
  • # Nfs server.
  • nfsServer: String
  • # Supported in m3.2.0-m4.2.0
  • # Nfs server mount path.
  • nfsServerMountPath: String
  • # Supported in m3.2.0-m4.2.0
  • # Secret key.
  • secretKey: String
  • # Supported in m3.2.0-m4.2.0
  • # Whether to skip key file config.
  • skipKeyFileConfig: Boolean
  • # Required. Supported in m3.2.0-m4.2.0
  • # Type of the store on mosaic.
  • storeType: MosaicAddStoreRequestStoreType!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Name of the store.
  • storeName: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Store path/url.
  • storeUrl: String!
  • }