OBJECT
ExtensionCategoryConnection
A paginated list of extension categories, and their metadata.
link GraphQL Schema definition
1 type ExtensionCategoryConnection { 2 3 # The list of extension categories in this page. 4 : [ExtensionCategoryEdge!]! 5 6 # Information about this page of extension categories. 7 : PageInfo! 8 9 # The total number of extension categories. 10 : Int! 11 12 }