Skip to content

Plan

A plan that can be used for a subscription

Fields

features · [String] · The features of the plan
header · String · The header of the plan
id · ID! · required · The unique identifier of the plan
subheader · String · The subheader of the plan

Used By

Definition

"""
A plan that can be used for a subscription
"""
type Plan {
"""
The features of the plan
"""
features: [String]
"""
The header of the plan
"""
header: String
"""
The unique identifier of the plan
"""
id: ID!
"""
The subheader of the plan
"""
subheader: String
}