INPUT_OBJECT

CustomMetricInput

Payload for a custom metric

link GraphQL Schema definition

  • input CustomMetricInput {
  • # Whether or not to destroy the custom metric
  • _destroy: Boolean
  • # The id of the custom metric
  • id: ID
  • # The graphql_name of the custom metric
  • name: String
  • # Whether or not to show the custom metric
  • show: Boolean
  • # Whether or not to show the custom metric to the client
  • show_client: Boolean
  • # Whether or not to track the custom metric
  • track: Boolean
  • }