optionValues
non-null
The corresponding option value to the product option.
Show fields
values
non-null
deprecated
The corresponding value to the product option name. Use optionValues instead.
按照文档修改后返回错误:
{
“errors”: [
{
“message”: “Field ‘optionValues’ doesn’t exist on type ‘ProductOption’”,
“locations”: [
{
“line”: 8,
“column”: 7
}
],
“path”: [
“query details”,
“product”,
“options”,
“optionValues”
],
“extensions”: {
“code”: “undefinedField”,
“typeName”: “ProductOption”,
“fieldName”: “optionValues”
}
}
]
}