Schema Documentation
RootQueryToMediaItemConnection
Description
Connection between the RootQuery type and the mediaItem type
Fields
Field Name | Description |
---|---|
edges - [RootQueryToMediaItemConnectionEdge!]! | Edges for the RootQueryToMediaItemConnection connection |
nodes - [MediaItem!]! | The nodes of the connection, without the edges |
pageInfo - RootQueryToMediaItemConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[RootQueryToMediaItemConnectionEdge],"nodes":[MediaItem],"pageInfo":RootQueryToMediaItemConnectionPageInfo}