fragment ThematiqueFields on Thematique {
  id
  title
  body
  tags {
    id
    name
  }
  linked_materials {
    id
    title
    short_description
    path
    images {
      url
      style_cardmedium_url
      style_hd_url
    }
  	samples{
      showroom{
        name
        id
      }
      location
    }
  }
  images {
    id
    url
    alt
    style_cardfull_url
  }
}