OBJECT

Plan

A plan that can be used for a subscription

link GraphQL Schema definition

  • 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
  • }