Schema Documentation
OrderToShippingLineConnection
Description
Connection between the Order type and the ShippingLine type
Fields
Field Name | Description |
---|---|
edges - [OrderToShippingLineConnectionEdge!]! | Edges for the OrderToShippingLineConnection connection |
nodes - [ShippingLine!]! | The nodes of the connection, without the edges |
pageInfo - OrderToShippingLineConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[OrderToShippingLineConnectionEdge],"nodes":[ShippingLine],"pageInfo":OrderToShippingLineConnectionPageInfo}