Skip to content

GraphQL: get content items with "status: ALL" returns only published items #17115

Closed
@AndreySurkov

Description

@AndreySurkov

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions