SubscriptionPlan
No description
type SubscriptionPlan {
id: ID!
name: String!
providerProductId: String!
providerPriceId: String!
price: Int!
planLimits: PlanLimit!
attribution: String!
}
OpenTofu Foundations - A FREE Weekly Workshop to Build your IaC Skills - LIMITED AVAILABILITY Register Now!No description
type SubscriptionPlan {
id: ID!
name: String!
providerProductId: String!
providerPriceId: String!
price: Int!
planLimits: PlanLimit!
attribution: String!
}
id (ID!)name (String!)providerProductId (String!)providerPriceId (String!)price (Int!)planLimits (PlanLimit!)attribution (String!)