materiaumodal.fragment.gql 907 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. fragment MateriauModalFields on Materiau {
  2. id
  3. path
  4. title
  5. short_description
  6. reference
  7. body
  8. note{
  9. id
  10. contenu
  11. target
  12. }
  13. attachments{
  14. file{
  15. filename
  16. fid
  17. filesize
  18. url
  19. }
  20. description
  21. }
  22. distributor{
  23. id
  24. name
  25. email
  26. description
  27. website{
  28. title
  29. url
  30. }
  31. infos
  32. phone
  33. country {
  34. country_code
  35. country_name
  36. }
  37. }
  38. manufacturer{
  39. id
  40. name
  41. email
  42. description
  43. website{
  44. title
  45. url
  46. }
  47. infos
  48. phone
  49. country {
  50. country_code
  51. country_name
  52. }
  53. }
  54. samples{
  55. showroom{
  56. name
  57. id
  58. }
  59. location
  60. }
  61. images{
  62. url
  63. alt
  64. style_cardfull{
  65. url
  66. }
  67. }
  68. linked_materials{
  69. id
  70. short_description
  71. title
  72. reference
  73. images{
  74. url
  75. alt
  76. style_linkedmaterialcard{
  77. url
  78. }
  79. }
  80. }
  81. }