Refactor SOA generation
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -1414,8 +1414,6 @@ type Mutation {
|
||||
input: CreateVendorRiskAssessmentInput!
|
||||
): CreateVendorRiskAssessmentPayload!
|
||||
|
||||
exportAudit(input: ExportAuditInput!): ExportAuditPayload!
|
||||
|
||||
assessVendor(input: AssessVendorInput!): AssessVendorPayload!
|
||||
|
||||
createAsset(input: CreateAssetInput!): CreateAssetPayload!
|
||||
@@ -1433,7 +1431,7 @@ input GenerateFrameworkStateOfApplicabilityInput {
|
||||
}
|
||||
|
||||
type GenerateFrameworkStateOfApplicabilityPayload {
|
||||
downloadUrl: String!
|
||||
data: String!
|
||||
}
|
||||
|
||||
input CreateOrganizationInput {
|
||||
@@ -2185,14 +2183,6 @@ input UploadMeasureEvidenceInput {
|
||||
file: Upload!
|
||||
}
|
||||
|
||||
input ExportAuditInput {
|
||||
frameworkId: ID!
|
||||
}
|
||||
|
||||
type ExportAuditPayload {
|
||||
url: String!
|
||||
}
|
||||
|
||||
input GenerateDocumentChangelogInput {
|
||||
documentId: ID!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user