thematique.fragment.gql 374 B

1234567891011121314151617181920212223242526272829303132
  1. fragment ThematiqueFields on Thematique {
  2. id
  3. title
  4. body
  5. tags {
  6. id
  7. name
  8. }
  9. linked_materials {
  10. id
  11. title
  12. short_description
  13. images {
  14. url
  15. style_cardmedium_url
  16. style_hd_url
  17. }
  18. samples{
  19. showroom{
  20. name
  21. id
  22. }
  23. location
  24. }
  25. }
  26. images {
  27. id
  28. url
  29. alt
  30. style_cardfull_url
  31. }
  32. }