ComponentDefinitionInput Input Object
Represents a collection of data that defines a Component.
Input fields
Argument | Type | Description |
---|---|---|
key | String! | A string that uniquely identifies the Component. |
public | Boolean | Specifies whether the Component is publicly available or whether it's private to the Organization. |
forCodeNativeIntegration | Boolean | Specifies whether the Component is for a Code Native Integration. |
version | String | This field has been deprecated. |
display | ComponentDisplayDefinition! | Specifies how the Component is displayed. |
authorization | AuthorizationDefinition | Specifies how the Component handles Authorization. |
documentationUrl | String | The URL that specifies where the Component documentation exists. |