mutation SetPotMetric($metric: String!) {
    setPotMetric(metric: $metric) @client
}
