Schema Documentation

CategoryToCategoryConnection

Description

Connection between the Category type and the category type

Fields
Field NameDescription
edges - [CategoryToCategoryConnectionEdge!]! Edges for the CategoryToCategoryConnection connection
nodes - [Category!]! The nodes of the connection, without the edges
pageInfo - CategoryToCategoryConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[CategoryToCategoryConnectionEdge],"nodes":[Category],"pageInfo":CategoryToCategoryConnectionPageInfo}