OBJECT
InstallExtensionPayload
The result of an installExtension mutation.
link GraphQL Schema definition
1 type InstallExtensionPayload { 2 3 # The error when the mutation fails to install extension. 4 : InstallExtensionError 5 6 # The resulting extension installation record from the install. 7 : ExtensionInstallation 8 9 }