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

50 lines
484 B
GraphQL

fragment ArticleFields on Article {
id
uuid
title
author
date{
start
end
}
source{
url
title
}
body
showroom {
id
name
}
tags {
id
name
}
thesaurus {
id
name
}
linked_materials {
id
title
short_description
images {
url
style_cardmedium_url
style_hd_url
}
}
images {
id
url
alt
style_articlecardmedium{
url
}
}
videos {
url
}
memo
}