Admin GraphQL API2025-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
,
, and
id
values - You can now filter comments by
,
, and
values
With these changes, articles
, pages
, and comments
queries have fill filter parity with the REST Admin API.
Was this section helpful?