Schema Documentation
PostToTagConnection
Description
Connection between the Post type and the tag type
Fields
Field Name | Description |
---|---|
edges - [PostToTagConnectionEdge!]! | Edges for the PostToTagConnection connection |
nodes - [Tag!]! | The nodes of the connection, without the edges |
pageInfo - PostToTagConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[PostToTagConnectionEdge],"nodes":[Tag],"pageInfo":PostToTagConnectionPageInfo}