BrandNameConnection
No description
type BrandNameConnection {
pageInfo: PageInfo!
edges: [BrandNameEdge]!
}
Fields
BrandNameConnection.pageInfo
● PageInfo!
non-null object
Pagination data for this connection.
BrandNameConnection.edges
● [BrandNameEdge]!
non-null object
Contains the nodes in this connection.
Member Of
Brand
object