--- title: New filter options added to pages, articles, and comments queries - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-filter-options-added-to-pages-articles-and-comments md: https://shopify.dev/changelog/new-filter-options-added-to-pages-articles-and-comments.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2025 Tags: * Admin GraphQL API * 2025-04 # New filter options added to `pages`, `articles`, and `comments` queries We've introduced the following new query parameters to the [`articles`](https://shopify.dev/docs/api/admin-graphql/2025-04/queries/articles), [`pages` ](https://shopify.dev/docs/api/admin-graphql/2025-04/queries/pages), and [`comments`](https://shopify.dev/docs/api/admin-graphql/2025-04/queries/comments) queries in the GraphQL Admin API: * You can now filter articles by `blog_id`, `handle`, and `published_at` values * You can now filter pages by `published_status`, `published_at`, and `id` values * You can now filter comments by `created_at`, `updated_at`, and `published_at` values With these changes, `articles`, `pages`, and `comments` queries have fill filter parity with the REST Admin API.