Schema Documentation

ProductToMediaItemConnection

Description

Connection between the Product type and the MediaItem type

Fields
Field NameDescription
edges - [ProductToMediaItemConnectionEdge!]! Edges for the ProductToMediaItemConnection connection
nodes - [MediaItem!]! The nodes of the connection, without the edges
pageInfo - ProductToMediaItemConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[ProductToMediaItemConnectionEdge],"nodes":[MediaItem],"pageInfo":ProductToMediaItemConnectionPageInfo}