OBJECT

BrandsConnection

The connection type for Brand.

link GraphQL Schema definition

  • type BrandsConnection {
  • # A list of edges.
  • edges: [BrandsEdge]
  • # A list of nodes.
  • nodes: [Brand]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }