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 icon 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. |