OBJECT
CustomMetricOverride
A custom metric for a user
link GraphQL Schema definition
- type CustomMetricOverride {
- # custom metric
- CustomMetric :
- # id of the custom metric
- ID :
- # feature toggle id this custom metric belongs to
- Int :
- # id form helper
- String :
- # The unique identifier of the override
- ID! :
- # The name of the custom metric
- String :
- # if yes, show the custom metric
- Boolean :
- # if yes, show the custom metric to the client
- Boolean :
- # if yes, track the custom metric
- Boolean :
- # user id this custom metric belongs to
- Int :
- }