The payload returned from updating a metric definition.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| errors | Maybe<Array<MutationError>> | A list of errors that occurred during the mutation. |
| success | Boolean | Whether the mutation was successful or not. |
| updatedMetricDefinition | Maybe<CompassMetricDefinition> | The updated metric definition. |
Rate this page: