OBJECT

NearRealTimeDataGraphQLSubscriptionClient

The GraphQL subscription network status.

link GraphQL Schema definition

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