ENUM

MosaicStoreConnectionStatus

Description

Status of Mosaic Store Connection.

link GraphQL Schema definition

  • enum MosaicStoreConnectionStatus {
  • # Unable to determine the connection status right now.
  • STATUS_UNAVAILABLE
  • # Store is connected with Mosaic.
  • STORE_CONNECTED
  • # Store is disconnected with Mosaic.
  • STORE_DISCONNECTED
  • }