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