Last update:
July 26, 2024
CategoryConnection object¶
This type 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. |