fixed modalCard after graphql refactoring
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
fragment MateriauFields on Materiau {
|
||||
title
|
||||
short_description
|
||||
body
|
||||
reference
|
||||
samples{
|
||||
showroom{
|
||||
name
|
||||
id
|
||||
}
|
||||
location
|
||||
}
|
||||
images{
|
||||
url
|
||||
alt
|
||||
style_cardfull{
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user