added samples to flagcollection and linked material in thematique
This commit is contained in:
@ -6,5 +6,12 @@ fragment MateriauFields on Materiau {
|
||||
style_minicard{
|
||||
url
|
||||
}
|
||||
}
|
||||
samples{
|
||||
showroom{
|
||||
name
|
||||
id
|
||||
}
|
||||
location
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,9 @@
|
||||
fragment MateriauFields on Materiau {
|
||||
id
|
||||
title
|
||||
short_description
|
||||
reference
|
||||
body
|
||||
note{
|
||||
id
|
||||
contenu
|
||||
@ -68,16 +70,6 @@ fragment MateriauFields on Materiau {
|
||||
family_name
|
||||
}
|
||||
}
|
||||
attachments {
|
||||
description
|
||||
file{
|
||||
fid
|
||||
filename
|
||||
url
|
||||
filesize
|
||||
}
|
||||
}
|
||||
body
|
||||
samples{
|
||||
showroom{
|
||||
name
|
||||
|
@ -14,6 +14,13 @@ fragment ThematiqueFields on Thematique {
|
||||
url
|
||||
style_cardmedium_url
|
||||
style_hd_url
|
||||
}
|
||||
samples{
|
||||
showroom{
|
||||
name
|
||||
id
|
||||
}
|
||||
location
|
||||
}
|
||||
}
|
||||
images {
|
||||
|
Reference in New Issue
Block a user