Schema Documentation
TagConnection
Description
Connection to tag Nodes
Fields
Field Name | Description |
---|---|
edges - [TagConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected tag Nodes |
nodes - [Tag!]! | A list of connected tag Nodes |
pageInfo - TagConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
TagConnection Types |
---|
Example
{"edges":[TagConnectionEdge],"nodes":[Tag],"pageInfo":TagConnectionPageInfo}