2022-02-22 11:04:16 +01:00
|
|
|
fragment MateriauModalFields on Materiau {
|
2021-03-18 21:58:59 +01:00
|
|
|
id
|
2022-04-20 16:02:50 +02:00
|
|
|
path
|
2020-12-23 19:11:46 +01:00
|
|
|
title
|
2021-01-20 12:09:22 +01:00
|
|
|
short_description
|
2020-12-23 19:11:46 +01:00
|
|
|
reference
|
2021-03-18 21:58:59 +01:00
|
|
|
body
|
2021-01-26 16:36:27 +01:00
|
|
|
note{
|
|
|
|
id
|
|
|
|
contenu
|
|
|
|
target
|
|
|
|
}
|
2021-01-20 12:09:22 +01:00
|
|
|
attachments{
|
|
|
|
file{
|
|
|
|
filename
|
|
|
|
fid
|
|
|
|
filesize
|
|
|
|
url
|
|
|
|
}
|
|
|
|
description
|
|
|
|
}
|
|
|
|
distributor{
|
|
|
|
id
|
|
|
|
name
|
|
|
|
email
|
|
|
|
description
|
2021-01-22 12:12:31 +01:00
|
|
|
website{
|
|
|
|
title
|
|
|
|
url
|
|
|
|
}
|
|
|
|
infos
|
2022-03-07 14:28:04 +01:00
|
|
|
phone
|
|
|
|
country {
|
2021-01-22 12:12:31 +01:00
|
|
|
country_code
|
2022-03-07 14:28:04 +01:00
|
|
|
country_name
|
2021-01-22 12:12:31 +01:00
|
|
|
}
|
2021-01-20 12:09:22 +01:00
|
|
|
}
|
|
|
|
manufacturer{
|
|
|
|
id
|
|
|
|
name
|
|
|
|
email
|
|
|
|
description
|
2021-01-22 12:12:31 +01:00
|
|
|
website{
|
|
|
|
title
|
|
|
|
url
|
|
|
|
}
|
|
|
|
infos
|
2022-03-07 14:28:04 +01:00
|
|
|
phone
|
|
|
|
country {
|
2021-01-22 12:12:31 +01:00
|
|
|
country_code
|
2022-03-07 14:28:04 +01:00
|
|
|
country_name
|
2021-01-22 12:12:31 +01:00
|
|
|
}
|
2021-01-20 12:09:22 +01:00
|
|
|
}
|
|
|
|
samples{
|
2020-12-23 19:11:46 +01:00
|
|
|
showroom{
|
|
|
|
name
|
|
|
|
id
|
|
|
|
}
|
|
|
|
location
|
|
|
|
}
|
|
|
|
images{
|
|
|
|
url
|
|
|
|
alt
|
|
|
|
style_cardfull{
|
|
|
|
url
|
|
|
|
}
|
|
|
|
}
|
2021-01-20 12:09:22 +01:00
|
|
|
linked_materials{
|
|
|
|
id
|
|
|
|
short_description
|
|
|
|
title
|
|
|
|
reference
|
|
|
|
images{
|
|
|
|
url
|
|
|
|
alt
|
|
|
|
style_linkedmaterialcard{
|
|
|
|
url
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-12-23 19:11:46 +01:00
|
|
|
}
|