Add term of service to vendor

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-18 11:33:43 +01:00
parent 88e6aae09a
commit 00c2206e57
8 changed files with 108 additions and 8 deletions

View File

@@ -123,6 +123,7 @@ type Vendor implements Node {
serviceCriticality: ServiceCriticality!
riskTier: RiskTier!
statusPageUrl: String
termsOfServiceUrl: String
}
type FrameworkConnection {
@@ -358,4 +359,5 @@ input UpdateVendorInput {
serviceCriticality: ServiceCriticality
riskTier: RiskTier
statusPageUrl: String
termsOfServiceUrl: String
}