82 lines
907 B
GraphQL
82 lines
907 B
GraphQL
fragment MateriauModalFields on Materiau {
|
|
id
|
|
path
|
|
title
|
|
short_description
|
|
reference
|
|
body
|
|
note{
|
|
id
|
|
contenu
|
|
target
|
|
}
|
|
attachments{
|
|
file{
|
|
filename
|
|
fid
|
|
filesize
|
|
url
|
|
}
|
|
description
|
|
}
|
|
distributor{
|
|
id
|
|
name
|
|
email
|
|
description
|
|
website{
|
|
title
|
|
url
|
|
}
|
|
infos
|
|
phone
|
|
country {
|
|
country_code
|
|
country_name
|
|
}
|
|
}
|
|
manufacturer{
|
|
id
|
|
name
|
|
email
|
|
description
|
|
website{
|
|
title
|
|
url
|
|
}
|
|
infos
|
|
phone
|
|
country {
|
|
country_code
|
|
country_name
|
|
}
|
|
}
|
|
samples{
|
|
showroom{
|
|
name
|
|
id
|
|
}
|
|
location
|
|
}
|
|
images{
|
|
url
|
|
alt
|
|
style_cardfull{
|
|
url
|
|
}
|
|
}
|
|
linked_materials{
|
|
id
|
|
short_description
|
|
title
|
|
reference
|
|
images{
|
|
url
|
|
alt
|
|
style_linkedmaterialcard{
|
|
url
|
|
}
|
|
}
|
|
}
|
|
}
|