# Bug Report I found our draft articles and unpublished articles are shown in prod env. ## Steps to Reproduce <!--- Steps to reproduce this bug. Include any code, if relevant --> 1. Open pages list in demo site and publish the first article 2. Publish the second article and then unpublish it directly <img width="1200" alt="image" src="https://user-images.githubusercontent.com/5801015/205217465-2d7cc1bc-f084-45f9-abe5-25fde5cfbb19.png"> 3. Open the graphql-playground: https://demo.payloadcms.com/api/graphql-playground Input this query and execute: ``` # Write your query or mutation here query getPages { Pages(draft: false) { docs { slug _status updatedAt } } } ``` <img width="1511" alt="image" src="https://user-images.githubusercontent.com/5801015/205217598-ecc34f49-dfe8-4c71-8675-6184de63a07d.png"> ## Other Details <!--- Payload version, browser, etc --> <!--- Possible solution if you're familiar with the code -->
Bug Report
I found our draft articles and unpublished articles are shown in prod env.
Steps to Reproduce
https://demo.payloadcms.com/api/graphql-playground
Input this query and execute:
Other Details