OBJECT

ExtensionManifestConnection

A paginated list of extension manifests.

link GraphQL Schema definition

1type ExtensionManifestConnection {
2
3# The list of extension manifests in this page.
4edges: [ExtensionManifestEdge!]!
5
6# Information about this page of extension manifests.
7pageInfo: PageInfo!
8
9}