GraphQL INPUT_OBJECT

UpgradeSubscriptionExtraParameterInput

Input for extra parameters update. X-parameters are components of URLs that are used to pass information through the checkout process.

link Definition

  • input UpgradeSubscriptionExtraParameterInput {
  • # Name of the parameter. Must always begin with x-, such as x-source.
  • key: String!
  • # Value of the parameter.
  • value: String!
  • # If true the extra parameter is added to the alignment purchase only.
  • addToAlignmentPurchaseOnly: Boolean
  • }