Usage
Represents the usage metrics per billing plan
type Usage {
billingPlan: String!
metrics: [UsageMetric]!
}
Fields
Usage.billingPlan ● String! non-null scalar
Usage.metrics ● [UsageMetric]! non-null object
Member Of
UsageMetrics object