Schema Documentation

UserToMediaItemConnection

Description

Connection between the User type and the mediaItem type

Fields
Field NameDescription
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}