BrandNameEdge
A Relay edge containing a BrandName and its cursor.
type BrandNameEdge {
node: BrandName
cursor: String!
}
Fields
BrandNameEdge.node ● BrandName object
The item at the end of the edge
BrandNameEdge.cursor ● String! non-null scalar
A cursor for use in pagination
Member Of
BrandNameConnection object