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

33 lines
374 B
GraphQL

fragment ThematiqueFields on Thematique {
id
title
body
tags {
id
name
}
linked_materials {
id
title
short_description
images {
url
style_cardmedium_url
style_hd_url
}
samples{
showroom{
name
id
}
location
}
}
images {
id
url
alt
style_cardfull_url
}
}