INPUT_OBJECT
Specifies the input fields required for a selected option.
input SelectedOptionInput {# The product option’s name.name: String!# The product option’s value.value: String!}