OBJECT

NearRealTimeDataGraphAPIStatus

The Facebook GraphQL API query network (https://developers.facebook.com/docs/graph-api/) status.

link GraphQL Schema definition

  • type NearRealTimeDataGraphAPIStatus {
  • # The timestamp, in milliseconds since the EPOCH time, of the last Graph API
  • # query.
  • lastRequestTime: Long
  • # The timestamp, in milliseconds since the EPOCH time, of the last Graph API 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
  • }