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