Types
BillingFeature
A single feature on a Mighty Networks billing plan, with its display label and availability state.
object
BillingFeatureFields
key
String!
Canonical feature key (e.g. custom_domain, max_hosts).
label
String!
Human-readable label, with the value interpolated when the feature is numeric (e.g. "3 Hosts").
state
Whether the feature is available on this plan.
value
BigInt
Numeric quota when applicable (e.g. host count, storage bytes). Null for boolean features.