### Describe the bug In GraphQL when I request items with status ALL it should return all version of items (including deleted). It works in this way in OrchardCore 1.8.2 ``` page(status: ALL) { displayText } ``` But in OrchardCore 2.1.0 it returns only published versions of items. ### Orchard Core version 2.1.0 ### Logs and screenshots This change was intoduced in https://github.com/OrchardCMS/OrchardCore/pull/16077/files 