INPUT_OBJECT
CustomMetricInput
Payload for a custom metric
link GraphQL Schema definition
- input CustomMetricInput {
- # Whether or not to destroy the custom metric
- Boolean :
- # The id of the custom metric
- ID :
- # The graphql_name of the custom metric
- String :
- # Whether or not to show the custom metric
- Boolean :
- # Whether or not to show the custom metric to the client
- Boolean :
- # Whether or not to track the custom metric
- Boolean :
- }