Types > SearchContentBlocksSortBy
Commerce APITypesSearchContentBlocksSortBy
SearchContentBlocksSortBy

Values

ValueDescription
created_at
title
updated_at

Used By

Queries

searchContentBlocks

Preview (typescript)

type SearchContentBlocksSortBy =
| "created_at"
| "title"
| "updated_at"