Query
Variables
Response
Queries
billingPlan
Look up a Mighty Networks billing plan tier by canonical name (e.g. creator, launch-2026).
QUERY
billingPlan(canonicalName: String!): BillingPlanArguments
canonicalName
String!
required
Canonical plan identifier (e.g. creator, explore-2026-v2, launch-2026).
Returns
canonicalName
String!
Canonical identifier (e.g. creator, explore-2026-v2, launch-2026).
displayName
String!
Marketing display name (e.g. Free, Explore, Launch).
features
[BillingFeature!]!
User-facing features included in the plan, with availability state and any numeric quotas.
group
String
Plan group bucket (e.g. free, brand, courses, business).
level
Int
Ordering position within the plan group.
Query
Variables
Response