The payload returned after updating a component link.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| 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. |
| updatedComponentLink | Maybe<CompassLink> | The newly updated component link. |
Rate this page: