Schema Documentation

TagToPostConnection

Description

Connection between the Tag type and the post type

Fields
Field NameDescription
edges - [TagToPostConnectionEdge!]! Edges for the TagToPostConnection connection
nodes - [Post!]! The nodes of the connection, without the edges
pageInfo - TagToPostConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[TagToPostConnectionEdge],"nodes":[Post],"pageInfo":TagToPostConnectionPageInfo}