OBJECT

ExtensionCategoryEdge

An element in a paginated list of extension categories and its metadata.

link GraphQL Schema definition

1type ExtensionCategoryEdge {
2
3# Cursor represents the position of the current edge/node.
4cursor: Cursor!
5
6# Node represents the extension category for the current edge.
7node: ExtensionCategory!
8
9}