refactored showrooms page
This commit is contained in:
@@ -26,6 +26,10 @@ extend type Query {
|
||||
thematique(id: Int!, lang: String): Thematique
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
allshowrooms(lang: String): [Showroom]
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
showroom(id: Int!, lang: String): Showroom
|
||||
}
|
||||
|
Reference in New Issue
Block a user