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