Schema Documentation

MediaItemToCommentConnection

Description

Connection between the MediaItem type and the Comment type

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