OBJECT

ExtensionSelfConnection

The connection a user has to an Extension object.

link GraphQL Schema definition

1type ExtensionSelfConnection {
2
3# Represents whether the requesting user is able to install extensions.
4canInstall: Boolean!
5
6}