ENUM

RecordValidity

Validity of the record based on its validity DateTime.

link GraphQL Schema definition

  • enum RecordValidity {
  • # Validity `DateTime` is in the future or null (domain does not expire at all).
  • VALID
  • # Validity `DateTime` is in the past.
  • EXPIRED
  • # All records regardless of their validity `DateTime`.
  • ALL
  • }