BlockList
Paginated list of blocks.
Schema Definition
type BlockList implements PaginatedList {
entries: [Block!]!
totalCount: Int!
pageInfo: PageInfo!
}
Fields
| Field | Type | Description |
|---|---|---|
entries | List of blocks in this page. | |
totalCount | Total number of blocks matching the query across all pages. | |
pageInfo | Pagination metadata for navigating through results. |
Interfaces
| Interface | Description |
|---|---|
PaginatedList interface | Base interface for paginated list responses. All list types in the schema implement this interface to provide consistent pagination. |
Returned By
blocks query