Skip to content
Snippets Groups Projects
Unverified Commit 59509e9e authored by Alan (Maciej) Paruszewski's avatar Alan (Maciej) Paruszewski
Browse files

Update GraphQL schema

parent 68c304fb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18796,6 +18796,11 @@ enum VulnerabilityGrade {
F
}
 
"""
Identifier of Vulnerability
"""
scalar VulnerabilityID
"""
Represents a vulnerability identifier
"""
Loading
Loading
@@ -19108,7 +19113,7 @@ input VulnerabilityResolveInput {
"""
ID of the vulnerability to be resolveed
"""
id: ID!
id: VulnerabilityID!
}
 
"""
Loading
Loading
Loading
Loading
@@ -54986,6 +54986,16 @@
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "VulnerabilityID",
"description": "Identifier of Vulnerability",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VulnerabilityIdentifier",
Loading
Loading
@@ -55930,7 +55940,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"name": "VulnerabilityID",
"ofType": null
}
},
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment