OBJECT

NearRealTimeDataGraphQLSubscriptionClient

The graphQL subscription network status.

link GraphQL Schema definition

  • type NearRealTimeDataGraphQLSubscriptionClient {
  • # The graphQL subscription URL.
  • url: String
  • # True if currently connected to graphQL subscription server; false otherwise.
  • isConnected: Boolean
  • # The number of connection attempts to the graphQL subscription server.
  • connectionCount: Int
  • # The timecode of the last connection attempt to the graphQL subscription server.
  • lastConnectionAttempt: Long
  • # The timecode of the last connection success to the graphQL subscription server.
  • lastConnectionSuccess: Long
  • }