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

28 lines
321 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
2021-01-25 17:39:44 +01:00
}
samples{
showroom{
name
id
}
location
}
}