ENUM

ExpiryStatuses

link GraphQL Schema definition

  • enum ExpiryStatuses {
  • # Not expired.
  • ok
  • # Expires within the specified alert period (or within 30 days if not specified).
  • warning
  • # Expired.
  • expired
  • }