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

21 lines
254 B
Plaintext
Raw Normal View History

fragment SearchResultFields on SearchResult {
id
bundle
title
short_description
reference
2020-12-25 17:37:15 +01:00
path
images{
url
alt
2020-12-25 17:37:15 +01:00
style_cardmedium_url
style_hd_url
}
visuels{
url
alt
2020-12-25 17:37:15 +01:00
style_cardmedium_url
style_hd_url
}
}