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