Object

UploadCustomExtensionInput

Specifies the input fields required to upload a custom extension to the library.

Fields

extension_filename(): String!
The name of the extension file.
extension_jar_as_base_64(): String!
The contents of the extension as base64-encoded, expected to be a .jar file.
name(): String!
The name of the custom extension.
description(): String!
The description of the custom extension.