OBJECT

NearRealTimeDataGraphQLStatus

The graphQL query network status.

link GraphQL Schema definition

  • type NearRealTimeDataGraphQLStatus {
  • # The timestamp, in milliseconds, since the EPOCH time of the last graphQL query.
  • lastRequestTime: Long
  • # The timestamp, in milliseconds, since the EPOCH time of the last graphQL query
  • # failure due to network issues.
  • lastNetworkFailTime: Long
  • # The current network status. If 1, the network is UP; if -1, the network is DOWN.
  • networkStatus: Int
  • }