INPUT_OBJECT

MosaicModifyStoreRequestInput

Description

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

link GraphQL Schema definition

  • input MosaicModifyStoreRequestInput {
  • # Supported in m3.2.0-m4.2.0
  • # Access key id.
  • accessKeyId: 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
  • # Name of the store.
  • storeName: String!
  • }