9 lines
107 B
GraphQL
9 lines
107 B
GraphQL
![]() |
fragment ProductAttributesData on SelectedAttribute {
|
||
|
attribute {
|
||
|
name
|
||
|
}
|
||
|
values {
|
||
|
name
|
||
|
}
|
||
|
}
|