after:
String -
Returns the elements that come after the specified cursor.
before:
String -
Returns the elements that come before the specified cursor.
first:
Int -
Returns up to the first `n` elements from the list.
last:
Int -
Returns up to the last `n` elements from the list.
query:
String -
Apply one or multiple filters to the query.
| name | description | acceptable_values | default_value | example_use |
| ---- | ---- | ---- | ---- | ---- |
| author |
| blog_title |
| created_at |
| tag |
| tag_not |
| updated_at |
Refer to the detailed [search syntax](https://shopify.dev/api/usage/search-syntax) for more information about using filters.
reverse:
Boolean -
Reverse the order of the underlying list.
sortKey:
ArticleSortKeys -
Sort the underlying list by the given key.