Open bdunogier opened 6 years ago
Add trashItems and trashItem root leafs to the repository schema:
trashItems
trashItem
trashItems(query: {ContentTypeIdentifier: "article"}) { name } trashItem(id: 1) { name }
The items are similar to locations (TrashItem extends Location), with the added trashed field (datetime).
TrashItem
Location
trashed
Add
trashItems
andtrashItem
root leafs to the repository schema:The items are similar to locations (
TrashItem
extendsLocation
), with the addedtrashed
field (datetime).