UsageMetric
Represents a metric where the key is the metric name and the value is the metric value
type UsageMetric {
key: String!
value: String!
}
Fields
UsageMetric.key ● String! non-null scalar
UsageMetric.value ● String! non-null scalar
Member Of
Usage object