CreateVisualizationMetricInput
This page contains
Fields
name String! | The human-readable name of the metric |
productId ID! | The identifier (uuid) of the product that this metric belongs to |
datasetId ID! | The identifier of the dataset that this metric pertains to |
revisionId Int! | The dataset revision id that this metric pertains to |
filters [VisualizationMetricFilterInput] | The filters that are available for this metric to modify the metric query at runtime |
query String! | The SQL query that will be executed when this metric is executed |
Mutations for CreateVisualizationMetricInput
createVisualizationMetric |