BundleOption

open_in_new

Descriptor of an option that may be applied to a bundle when it is unlocked.

GraphQL Schema definition

  • type BundleOption {
  • # A description of the option.
  • description: String
  • # The identifier for the option.
  • key: ID!
  • # If specified, value must be one of the
  • # values from this list.
  • values: [String]
  • }