refactored showrooms page
This commit is contained in:
@@ -167,10 +167,13 @@ type Showroom {
|
||||
id: Int!
|
||||
uuid: String!
|
||||
name: String!
|
||||
description: String
|
||||
images: [Image]
|
||||
email: String
|
||||
address: Address
|
||||
country: Country
|
||||
phone: String
|
||||
website: Link
|
||||
}
|
||||
|
||||
type Company {
|
||||
@@ -247,6 +250,8 @@ type Image {
|
||||
style_articlecardmedium_url: String
|
||||
style_hd: ImageStyle
|
||||
style_hd_url: String
|
||||
style_showroomhome: ImageStyle
|
||||
style_showroomhome_url: String
|
||||
}
|
||||
|
||||
type ImageStyle {
|
||||
|
Reference in New Issue
Block a user