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