OBJECT

BrandConnection

The connection type for Brand.

link GraphQL Schema definition

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

link Require by