Skip to main content

BrandEdge

A Relay edge containing a Brand and its cursor.

type BrandEdge {
node: Brand
cursor: String!
}

Fields

BrandEdge.node ● Brand object

The item at the end of the edge

BrandEdge.cursor ● String! non-null scalar

A cursor for use in pagination

Member Of

BrandConnection object