Schema Documentation

PostToCommentConnection

Description

Connection between the post type and the Comment type

Fields
Field NameDescription
edges - [PostToCommentConnectionEdge] Edges for the PostToCommentConnection connection
nodes - [Comment] The nodes of the connection, without the edges
pageInfo - WPPageInfo Information about pagination in a connection.
Example
{"edges":[PostToCommentConnectionEdge],"nodes":[Comment],"pageInfo":WPPageInfo}