You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
It would be really useful to be able to get all the possible values and labels for "select" attributes. For example with the following request there is currently no way to get all the values and labels for the "color" attribute.
Another alternative could be to be able to get the label for the attributes of ProductInterface. For example, color currently returns an Int, but it would be great to also be able to get the label for the value, so something like:
color {
value
label
}
The text was updated successfully, but these errors were encountered:
It would be really useful to be able to get all the possible values and labels for "select" attributes. For example with the following request there is currently no way to get all the values and labels for the "color" attribute.
Acceptance criteria
Alternative options that were considered:
It would be great to have the possibility to extend the response with something like:
Another alternative could be to be able to get the label for the attributes of
ProductInterface
. For example,color
currently returns anInt
, but it would be great to also be able to get the label for the value, so something like:The text was updated successfully, but these errors were encountered: