Build trust center api in the makefile

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-09-16 10:01:18 +02:00
parent 978a3f3f8c
commit 9b14822e6a
2 changed files with 12 additions and 2 deletions

View File

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