OBJECT
ExtensionConnection
A paginated list of extensions, and its metadata.
link GraphQL Schema definition
1 type ExtensionConnection { 2 3 # The list of extensions in this page. 4 : [ExtensionEdge!]! 5 6 # Information about this page of extensions. 7 : PageInfo! 8 9 # The total number of extensions in the larger collection. 10 : Int! 11 12 }