ComponentDefinitionInput
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. |
version | String! | The Version of the Component. |
display | ComponentDisplayDefinition! | Specifies how the Component is displayed. |
authorization | AuthorizationDefinition | Specifies how the Component handles Authorization. |