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