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