INPUT_OBJECT

CustomMetricOverridesInput

Payload for overriding a custom metric

link GraphQL Schema definition

  • input CustomMetricOverridesInput {
  • # The ID of the custom metric
  • custom_metric_id: ID
  • # The ID of the custom metric override
  • id: ID
  • # Whether or not to show the custom metric
  • show: Boolean
  • # Whether or not to show the custom metric to the client
  • show_client: Boolean
  • }