Types > ContentBlockPage
Description
Topic: Content Blocks
Fields
Total number of items in the collection
items: [ContentBlock!]!
Key of the last item for keyset based iteration
Used By
Queries
Preview (typescript)
interface ContentBlockPage {count: numberitems: ContentBlock[]last_key: string}