searchresults.fragment.gql 425 B

1234567891011121314151617181920212223242526272829303132
  1. fragment SearchResultFields on SearchResultInterface {
  2. id
  3. uuid
  4. bundle
  5. path
  6. title
  7. short_description
  8. ... on Materiau{
  9. images{
  10. url
  11. alt
  12. style_cardmedium_url
  13. style_hd_url
  14. }
  15. reference
  16. samples{
  17. showroom{
  18. name
  19. id
  20. }
  21. location
  22. }
  23. }
  24. ... on Thematique {
  25. images{
  26. url
  27. alt
  28. style_cardmedium_url
  29. style_hd_url
  30. }
  31. }
  32. }