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