materiauflaglist.fragment.gql 179 B

1234567891011121314151617
  1. fragment MateriauFields on Materiau {
  2. id
  3. title
  4. images {
  5. url
  6. style_minicard{
  7. url
  8. }
  9. }
  10. samples{
  11. showroom{
  12. name
  13. id
  14. }
  15. location
  16. }
  17. }