INPUT_OBJECT

SelectedOptionInput

Specifies the input fields required for a selected option.

link GraphQL Schema definition

  • input SelectedOptionInput {
  • # The product option’s name.
  • name: String!
  • # The product option’s value.
  • value: String!
  • }