---
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
metadata:
  effectiveApiVersion: 2025-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-03-27T18:58:41-04:00'
  postedAt: '2025-04-01T00:00:00-04:00'
  updatedAt: '2025-03-28T09:57:21-04:00'
  effectiveAt: '2025-04-01T00:00:00-04:00'
---

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.
