fixed modalCard after graphql refactoring

This commit is contained in:
2020-12-23 19:11:46 +01:00
parent 53dcc8b854
commit 609d4f5fde
12 changed files with 232 additions and 156 deletions

View File

@@ -0,0 +1,20 @@
fragment MateriauFields on Materiau {
title
short_description
body
reference
samples{
showroom{
name
id
}
location
}
images{
url
alt
style_cardfull{
url
}
}
}