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