The payload returned after adding labels to a component.
| Property Name | Type | Description | 
|---|---|---|
| __typename | Literal | |
| addedLabels | Maybe<Array<CompassComponentLabel>> | The collection of labels that were added to the component. | 
| componentDetails | Maybe<CompassComponent> | The details of the component that was mutated. | 
| errors | Maybe<Array<MutationError>> | A list of errors that occurred during the mutation. | 
| success | Boolean | Whether the mutation was successful or not. | 
Rate this page: