ConnectionDefinitionInput Input Object
Represents a collection of data that defines a Component Connection.
#
Input fieldsArgument | 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. |
inputs | [ConnectionInputFieldDefinition] | Inputs for this Connection. |