BrandEdge
An edge in a connection.
type BrandEdge {
node: Brand
cursor: Cursor!
}
Fields
BrandEdge.node ● Brand object
The item at the end of the edge.
BrandEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
BrandConnection object