# ManufacturerEdge An edge in a connection to a Manufacturer. ## Connection Structure ```graphql { node { # Manufacturer fields } cursor } ``` ## Edge Type The `ManufacturerEdge` type represents a single edge in a Manufacturer connection. It contains: - **node** (Manufacturer, optional): The Manufacturer object at the end of this edge. - **cursor** (String!, required): An opaque string cursor used for pagination. This cursor can be passed to the `before` or `after` arguments in subsequent queries to retrieve additional pages of results. ## Related Types - [Manufacturer](/reference/storefront/v1/objects/manufacturer)