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

Update GraphQL Schema

parent fa6fa183
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18762,7 +18762,7 @@ input VulnerabilityConfirmInput {
"""
ID of the vulnerability to be confirmed
"""
id: ID!
id: VulnerabilityID!
}
 
"""
Loading
Loading
@@ -18831,6 +18831,11 @@ enum VulnerabilityGrade {
F
}
 
"""
Identifier of Vulnerability
"""
scalar VulnerabilityID
"""
Represents a vulnerability identifier
"""
Loading
Loading
Loading
Loading
@@ -54847,7 +54847,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"name": "VulnerabilityID",
"ofType": null
}
},
Loading
Loading
@@ -55088,6 +55088,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",
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