Plan
A plan that can be used for a subscription
Fields
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}