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