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