Schema Documentation

ThemeConnection

Description

Connection to Theme Nodes

Fields
Field NameDescription
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

RootQueryToThemeConnection

Example
{"edges":[ThemeConnectionEdge],"nodes":[Theme],"pageInfo":ThemeConnectionPageInfo}