refactored loadMaterials vuex mixins with graphql

This commit is contained in:
2020-12-23 18:05:25 +01:00
parent 665a550748
commit 53dcc8b854
15 changed files with 182 additions and 90 deletions

View File

@@ -0,0 +1,13 @@
fragment MateriauFields on Materiau {
id
title
short_description
reference
images{
url
alt
style_cardmedium{
url
}
}
}