---
title: BlogEdge - Storefront API
description: An auto-generated type which holds one Blog and a cursor during pagination.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/blogedge
  md: https://shopify.dev/docs/api/storefront/latest/objects/blogedge.md
---

# Blog​Edge

object

An auto-generated type which holds one Blog and a cursor during pagination.

## Fields

* cursor

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  A cursor for use in pagination.

* node

  [Blog!](https://shopify.dev/docs/api/storefront/latest/objects/Blog)

  non-null

  The item at the end of BlogEdge.

***

## Map

### Connections with this object

* [BlogConnection.edges](https://shopify.dev/docs/api/storefront/latest/connections/BlogConnection#returns-edges)