Types > StorefrontContentBlockPage
Storefront APITypesStorefrontContentBlockPage
StorefrontContentBlockPage

Description

Topic: Content Blocks

Fields

count: Int!

Total number of items in the collection


items: [StorefrontContentBlock!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

storefrontContentBlocksPage

Preview (typescript)

interface StorefrontContentBlockPage {
count: number
items: StorefrontContentBlock[]
last_key: string
}