SubscriptionPlan
No description
type SubscriptionPlan {
id: ID!
name: String!
providerProductId: String!
providerPriceId: String!
price: Int!
planLimits: PlanLimit!
attribution: String!
}
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!
)