materiaumodal.fragment.gql 900 B

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