DataSourceDefinitionInput Input Object
Represents a collection of data that defines a Component Data Source.
Input fields
Argument | Type | Description |
---|---|---|
key | String! | A string which uniquely identifies the Data Source in the context of the Component. |
display | ActionDisplayDefinition! | Specifies how the Data Source is displayed. |
inputs | [InputFieldDefinition]! | The InputFields supported by the Data Source. |
authorization | AuthorizationDefinition | Specifies how the Data Source handles Authorization. |
dataSourceType | String! | The type of the resulting data from the Data Source. |
examplePayload | JSONString | An example of the returned payload of an Data Source. |
detailDataSource | String | Specifies the key of a Data Source in this Component which can provide additional details about the content for this Data Source, such as example values when selecting particular API object fields. |