OBJECT
ProductCategoryConnection
The connection type for ProductCategory.
link GraphQL Schema definition
- type ProductCategoryConnection {
- : [String!]!
- # A list of edges.
- : [ProductCategoryEdge]
- # A list of nodes.
- : [ProductCategory]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }