Add term of service to vendor
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user