OBJECT

ExtensionManifestsSummary

A summary of extension state and the associated manifests.

link GraphQL Schema definition

1type ExtensionManifestsSummary {
2
3# The global deleted state of the extension.
4isDeleted: Boolean!
5
6# The list of extension manifests.
7manifests: ExtensionManifestConnection
8
9}