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

55 lines
610 B
Plaintext
Raw Normal View History

fragment MateriauFields on Materiau {
title
2021-01-20 12:09:22 +01:00
short_description
reference
2021-01-20 12:09:22 +01:00
attachments{
file{
filename
fid
filesize
url
}
description
}
distributor{
id
name
email
description
}
manufacturer{
id
name
email
description
}
body
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
}
}
}
}