materiaumodal.fragment.gql 221 B

1234567891011121314151617181920
  1. fragment MateriauFields on Materiau {
  2. title
  3. short_description
  4. body
  5. reference
  6. samples{
  7. showroom{
  8. name
  9. id
  10. }
  11. location
  12. }
  13. images{
  14. url
  15. alt
  16. style_cardfull{
  17. url
  18. }
  19. }
  20. }