OBJECT
The connection type for Brand.
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! }