Schema Documentation
CategoryToAncestorsCategoryConnection
Description
Connection between the Category type and the category type
Fields
| Field Name | Description | 
|---|---|
edges - [CategoryToAncestorsCategoryConnectionEdge!]! | Edges for the CategoryToAncestorsCategoryConnection connection | 
nodes - [Category!]! | The nodes of the connection, without the edges | 
pageInfo - CategoryToAncestorsCategoryConnectionPageInfo! | Information about pagination in a connection. | 
Example
{"edges":[CategoryToAncestorsCategoryConnectionEdge],"nodes":[Category],"pageInfo":CategoryToAncestorsCategoryConnectionPageInfo}