OBJECT

MosaicStoreConnectionParameters

Description

Response object for list store on mosaic.

link GraphQL Schema definition

  • type MosaicStoreConnectionParameters {
  • # URL of store.
  • storeUrl: String!
  • # NFS server IP.
  • nfsServer: String!
  • # Mount Path on NFS Server.
  • nfsServerMountPath: String!
  • }