8 lines
107 B
GraphQL
8 lines
107 B
GraphQL
fragment ProductAttributesData on SelectedAttribute {
|
|
attribute {
|
|
name
|
|
}
|
|
values {
|
|
name
|
|
}
|
|
}
|