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 |
| ---- | ---- | ---- | ---- | ---- |
| created_at |
| handle |
| title |
| 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:
BlogSortKeys -
Sort the underlying list by the given key.