OBJECT

RefreshableObjectConnectionStatus

Description

Supported in v5.0+

link GraphQL Schema definition

  • type RefreshableObjectConnectionStatus {
  • # Supported in v5.0+
  • # Details about the object status. Will be populated if the status is
  • # "BadlyConfigured".
  • message: String
  • # Supported in v5.0+
  • # Status of the refreshable object.
  • status: RefreshableObjectConnectionStatusType!
  • }