OBJECT
ProductUnionConnection
The connection type for ProductUnion.
link GraphQL Schema definition
- type ProductUnionConnection {
- # A list of edges.
- : [ProductUnionEdge]
- # A list of nodes.
- : [ProductUnion]
- # Information to aid in pagination.
- : PageInfo!
- }