OBJECT

Archive

Archive object

link GraphQL Schema definition

  • type Archive {
  • # ID of the record
  • id: ID!
  • # Name of the record
  • name: String
  • # Post Type name of the record
  • postTypeName: String
  • # Post Type of the record
  • postType: String
  • # Datetime when the record was soft deleted
  • date: DateTime
  • }

link Require by