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