added linked materials in modalCard
This commit is contained in:
@ -1,9 +1,30 @@
|
||||
fragment MateriauFields on Materiau {
|
||||
title
|
||||
short_description
|
||||
body
|
||||
short_description
|
||||
reference
|
||||
samples{
|
||||
attachments{
|
||||
file{
|
||||
filename
|
||||
fid
|
||||
filesize
|
||||
url
|
||||
}
|
||||
description
|
||||
}
|
||||
distributor{
|
||||
id
|
||||
name
|
||||
email
|
||||
description
|
||||
}
|
||||
manufacturer{
|
||||
id
|
||||
name
|
||||
email
|
||||
description
|
||||
}
|
||||
body
|
||||
samples{
|
||||
showroom{
|
||||
name
|
||||
id
|
||||
@ -17,4 +38,17 @@ fragment MateriauFields on Materiau {
|
||||
url
|
||||
}
|
||||
}
|
||||
linked_materials{
|
||||
id
|
||||
short_description
|
||||
title
|
||||
reference
|
||||
images{
|
||||
url
|
||||
alt
|
||||
style_linkedmaterialcard{
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user