thematique.fragment.gql 383 B

123456789101112131415161718192021222324252627282930313233
  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. path
  14. images {
  15. url
  16. style_cardmedium_url
  17. style_hd_url
  18. }
  19. samples{
  20. showroom{
  21. name
  22. id
  23. }
  24. location
  25. }
  26. }
  27. images {
  28. id
  29. url
  30. alt
  31. style_cardfull_url
  32. }
  33. }