searchresults.fragment.gql 462 B

123456789101112131415161718192021222324252627282930313233343536
  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. note{
  24. id
  25. }
  26. note_id
  27. }
  28. ... on Thematique {
  29. images{
  30. url
  31. alt
  32. style_cardmedium_url
  33. style_hd_url
  34. }
  35. }
  36. }