Skip to content
Last update: March 19, 2024

CategoryConnection object

The CategoryConnection represents a connection to a list of categories.

Fields

Field Description
totalCount Int The total number of categories in the connection, regardless of pagination.
pageInfo PageInfo! The information about the current page.
edges CategoryEdge A connection between a category and the cursor associated with it.
items Category The actual categories returned in the connection.