saleor-apps-redis_apl/apps/search/graphql/fragments/ProductAttributesData.graphql

9 lines
107 B
GraphQL
Raw Normal View History

fragment ProductAttributesData on SelectedAttribute {
attribute {
name
}
values {
name
}
}