ConnectionDefinitionInput Input Object
Represents a collection of data that defines a Component Connection.
Input fields
Argument | Type | Description |
---|---|---|
key | String! | A string which uniquely identifies the Connection in the context of the Component. |
label | String! | The name of the Connection. |
comments | String | Additional notes about the Connection. |
iconPath | String | Optional path to the connect icon for this Connection. |
avatarIconPath | String | Optional path to the avatar icon for this Connection. |
oauth2Config | ConnectionOAuth2Configuration | Metadata to support bespoke OAuth2 flow behaviors for this Connection. |
oauth2Type | String | Type of OAuth2 connection, if any. |
oauth2PkceMethod | String | Type of OAuth2 PKCE method, if any. |
inputs | [ConnectionInputFieldDefinition] | Inputs for this Connection. |