saleor-apps-redis_apl/apps/search/graphql/fragments/ProductAttributesData.graphql
Lukasz Ostrowski 21f0a60f07
Add search app (#108)
* Add Search App to apps

* Link eslint config to invoices

* Changesets
2023-02-08 09:28:14 +01:00

8 lines
107 B
GraphQL

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