Schema Documentation
CategoryToPostConnection
Description
Connection between the Category type and the post type
Fields
Field Name | Description |
---|---|
edges - [CategoryToPostConnectionEdge!]! | Edges for the CategoryToPostConnection connection |
nodes - [Post!]! | The nodes of the connection, without the edges |
pageInfo - CategoryToPostConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[CategoryToPostConnectionEdge],"nodes":[Post],"pageInfo":CategoryToPostConnectionPageInfo}