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

37 lines
462 B
Plaintext
Raw Normal View History

2021-03-03 17:55:32 +01:00
fragment SearchResultFields on SearchResultInterface {
id
uuid
bundle
2021-03-03 17:55:32 +01:00
path
title
short_description
2021-03-03 17:55:32 +01:00
... on Materiau{
images{
url
alt
style_cardmedium_url
style_hd_url
}
reference
samples{
showroom{
name
id
}
location
}
note{
id
}
note_id
2021-01-25 17:39:44 +01:00
}
2021-03-03 17:55:32 +01:00
... on Thematique {
images{
url
alt
style_cardmedium_url
style_hd_url
2021-01-25 17:39:44 +01:00
}
}
}