materio-d9/web/themes/custom/materiotheme/vuejs/api/gql/materiaumodal.fragment.gql

81 lines
900 B
Plaintext
Raw Normal View History

fragment MateriauModalFields on Materiau {
id
title
2021-01-20 12:09:22 +01:00
short_description
reference
body
note{
id
contenu
target
}
2021-01-20 12:09:22 +01:00
attachments{
file{
filename
fid
filesize
url
}
description
}
distributor{
id
name
email
description
website{
title
url
}
infos
phone
country {
country_code
country_name
}
2021-01-20 12:09:22 +01:00
}
manufacturer{
id
name
email
description
website{
title
url
}
infos
phone
country {
country_code
country_name
}
2021-01-20 12:09:22 +01:00
}
samples{
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
}
}
}
}