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

26 lines
293 B
Plaintext
Raw Normal View History

2020-12-25 17:37:15 +01:00
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
2020-12-25 17:37:15 +01:00
}
}