Schema Documentation

OrderToRefundConnection

Description

Connection between the Order type and the Refund type

Fields
Field NameDescription
edges - [OrderToRefundConnectionEdge!]! Edges for the OrderToRefundConnection connection
nodes - [Refund!]! The nodes of the connection, without the edges
pageInfo - OrderToRefundConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[OrderToRefundConnectionEdge],"nodes":[Refund],"pageInfo":OrderToRefundConnectionPageInfo}