OBJECT

ExtensionCategoryConnection

A paginated list of extension categories, and their metadata.

link GraphQL Schema definition

1type ExtensionCategoryConnection {
2
3# The list of extension categories in this page.
4edges: [ExtensionCategoryEdge!]!
5
6# Information about this page of extension categories.
7pageInfo: PageInfo!
8
9# The total number of extension categories.
10totalCount: Int!
11
12}