Skip to main content

New filter options added to pages, articles, and comments queries

We'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 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.

Was this section helpful?