43 lines
547 B
Plaintext
43 lines
547 B
Plaintext
|
fragment ShowroomFields on Showroom {
|
||
|
uuid
|
||
|
id
|
||
|
name
|
||
|
description
|
||
|
images {
|
||
|
alt
|
||
|
id
|
||
|
style_showroomhome {
|
||
|
height
|
||
|
url
|
||
|
width
|
||
|
}
|
||
|
style_showroomhome_url
|
||
|
url
|
||
|
}
|
||
|
website {
|
||
|
title
|
||
|
url
|
||
|
}
|
||
|
phone
|
||
|
email
|
||
|
country {
|
||
|
country_code
|
||
|
country_name
|
||
|
}
|
||
|
address {
|
||
|
additional_name
|
||
|
address_line1
|
||
|
address_line2
|
||
|
administrative_area
|
||
|
dependent_locality
|
||
|
country_code
|
||
|
family_name
|
||
|
given_name
|
||
|
langcode
|
||
|
locality
|
||
|
organization
|
||
|
postal_code
|
||
|
sorting_code
|
||
|
}
|
||
|
}
|