ConnectionInputFieldDefinition Input Object
Represents an input field for a Connection.
Input fields
Argument | Type | Description |
---|---|---|
key | String! | A string which uniquely identifies the InputField in the context of the Action. |
label | String! | The name of the InputField. |
keyLabel | String | Label used for the Keys of a 'keyvaluelist' collection. |
type | String! | Specifies the type of data the InputField handles. |
collection | String | Specifies the type of collection to use for storing input values, if applicable. |
placeholder | String | Placeholder text that will appear in the InputField UI. |
default | JSONOrString | The default value for the InputField. |
comments | String | Additional notes about the InputField. |
example | String | An example valid input for this InputField. |
required | Boolean | Specifies whether the InputField is required by the Action. |
model | [InputFieldChoice] | Dictates how possible choices are provided for this InputField. |
language | String | Language to use for the Code Field. |
shown | Boolean | Whether or not the field is shown to Integrators and Deployers. Field must have a default is this is false . |
onPremiseControlled | Boolean | Whether or not the field is controlled by the attached On-Prem Resource. |