Represents a type of software component that is distinguishable from other types. Service vs Library, for example
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| componentCount | Maybe<Number> | The number of components of this type. |
| description | Maybe<String> | The description of the component type. |
| fieldDefinitions | Maybe<CompassFieldDefinitionsResult> | The field definitions for the component type. |
| iconUrl | Maybe<String> | Icon URL of the component type. |
| id | String | The unique identifier (ID) of the component type. |
| name | Maybe<String> | The name of the component type. |
Rate this page: