OBJECT

ExtensionInstallationSelfConnection

The connection a user has to an Installed Extension.

link GraphQL Schema definition

1type ExtensionInstallationSelfConnection {
2
3# Represents whether the requesting user can activate the extension.
4canActivate: Boolean!
5
6}