materiaumodal.fragment.gql 610 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. fragment MateriauFields on Materiau {
  2. title
  3. short_description
  4. reference
  5. attachments{
  6. file{
  7. filename
  8. fid
  9. filesize
  10. url
  11. }
  12. description
  13. }
  14. distributor{
  15. id
  16. name
  17. email
  18. description
  19. }
  20. manufacturer{
  21. id
  22. name
  23. email
  24. description
  25. }
  26. body
  27. samples{
  28. showroom{
  29. name
  30. id
  31. }
  32. location
  33. }
  34. images{
  35. url
  36. alt
  37. style_cardfull{
  38. url
  39. }
  40. }
  41. linked_materials{
  42. id
  43. short_description
  44. title
  45. reference
  46. images{
  47. url
  48. alt
  49. style_linkedmaterialcard{
  50. url
  51. }
  52. }
  53. }
  54. }