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

61 lines
604 B
Plaintext
Raw Normal View History

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
reference
images {
url
style_cardmedium_url
style_hd_url
}
samples{
showroom{
name
id
}
location
}
note{
id
}
}
images {
id
url
alt
style_articlecardmedium{
url
}
}
videos {
url
}
memo
}