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

86 lines
905 B
GraphQL

fragment ArticleFields on Article {
id
uuid
title
author
date{
start
end
}
source{
url
title
}
body
showroom {
id
uuid
name
}
tags {
id
uuid
name
}
thesaurus {
id
uuid
name
}
linked_materials {
id
title
memo
body
images {
id
url
alt
style_minicard{
width
height
url
}
style_cardmedium{
width
height
url
}
style_cardfull{
width
height
url
}
}
}
images {
id
url
alt
style_minicard{
width
height
url
}
style_cardmedium{
width
height
url
}
style_cardfull{
width
height
url
}
style_articlecardmedium{
width
height
url
}
}
videos {
url
}
memo
}