123456789101112131415161718192021222324252627282930313233343536 |
- 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
- }
- }
- }
|