Tags:
- Admin GraphQL API
- 2025-04
New filter options added to pages, articles, and comments queries
pages, articles, and comments queriesWe've introduced the following new query parameters to the articles, pages , and comments queries in the GraphQL Admin API:
- You can now filter articles by
,handle, andvalues - You can now filter pages by
,, andidvalues - You can now filter comments by
,, andvalues
With these changes, articles, pages, and comments queries have fill filter parity with the REST Admin API.
Was this section helpful?