37 lines
462 B
GraphQL
37 lines
462 B
GraphQL
fragment SearchResultFields on SearchResultInterface {
|
|
id
|
|
uuid
|
|
bundle
|
|
path
|
|
title
|
|
short_description
|
|
... on Materiau{
|
|
images{
|
|
url
|
|
alt
|
|
style_cardmedium_url
|
|
style_hd_url
|
|
}
|
|
reference
|
|
samples{
|
|
showroom{
|
|
name
|
|
id
|
|
}
|
|
location
|
|
}
|
|
note{
|
|
id
|
|
}
|
|
note_id
|
|
}
|
|
... on Thematique {
|
|
images{
|
|
url
|
|
alt
|
|
style_cardmedium_url
|
|
style_hd_url
|
|
}
|
|
}
|
|
}
|