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