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

26 lines
293 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
}
}
images {
id
url
alt
style_cardfull_url
}
}