1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- fragment MateriauModalFields on Materiau {
- id
- title
- short_description
- reference
- body
- note{
- id
- contenu
- target
- }
- attachments{
- file{
- filename
- fid
- filesize
- url
- }
- description
- }
- distributor{
- id
- name
- email
- description
- website{
- title
- url
- }
- infos
- phone
- country {
- country_code
- country_name
- }
- }
- manufacturer{
- id
- name
- email
- description
- website{
- title
- url
- }
- infos
- phone
- country {
- country_code
- country_name
- }
- }
- samples{
- showroom{
- name
- id
- }
- location
- }
- images{
- url
- alt
- style_cardfull{
- url
- }
- }
- linked_materials{
- id
- short_description
- title
- reference
- images{
- url
- alt
- style_linkedmaterialcard{
- url
- }
- }
- }
- }
|