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

104 lines
1.3 KiB
GraphQL

fragment MateriauFields on Materiau {
title
short_description
reference
attachments{
file{
filename
fid
filesize
url
}
description
}
distributor{
id
name
email
description
website{
title
url
}
infos
address {
langcode
country_code
administrative_area
locality
dependent_locality
postal_code
sorting_code
address_line1
address_line2
organization
given_name
additional_name
family_name
}
}
manufacturer{
id
name
email
description
website{
title
url
}
infos
address {
langcode
country_code
administrative_area
locality
dependent_locality
postal_code
sorting_code
address_line1
address_line2
organization
given_name
additional_name
family_name
}
}
attachments {
description
file{
fid
filename
url
filesize
}
}
body
samples{
showroom{
name
id
}
location
}
images{
url
alt
style_cardfull{
url
}
}
linked_materials{
id
short_description
title
reference
images{
url
alt
style_linkedmaterialcard{
url
}
}
}
}