Add countries and category to vendors

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-09-12 15:32:06 +02:00
parent 41512a7a89
commit a2dc85f853
23 changed files with 3781 additions and 16 deletions

View File

@@ -182,6 +182,7 @@ type Vendor implements Node {
category: VendorCategory!
websiteUrl: String
privacyPolicyUrl: String
countries: [String!]!
}
type VendorConnection {