Skip to main content

BrandConnection

The connection type for Brand.

type BrandConnection {
edges: [BrandEdge]
nodes: [Brand]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

BrandConnection.edges ● [BrandEdge] list object

A list of edges.

BrandConnection.nodes ● [Brand] list object

A list of nodes.

BrandConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BrandConnection.totalCount ● Int! non-null scalar

Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001

BrandConnection.totalPageCount ● Int! non-null scalar

Total # of pages, based on total count and pagesize

Returned By

brands query