GraphQL schema update
This commit is contained in:
@@ -34084,6 +34084,11 @@ enum SecurityAdvisoryEcosystem {
|
||||
Ruby gems hosted at RubyGems.org
|
||||
"""
|
||||
RUBYGEMS
|
||||
|
||||
"""
|
||||
Rust crates
|
||||
"""
|
||||
RUST
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -37003,6 +37003,11 @@ enum SecurityAdvisoryEcosystem {
|
||||
Ruby gems hosted at RubyGems.org
|
||||
"""
|
||||
RUBYGEMS
|
||||
|
||||
"""
|
||||
Rust crates
|
||||
"""
|
||||
RUST
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Enum value `RUST` was added to enum `SecurityAdvisoryEcosystem`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-09-23"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -67801,6 +67801,10 @@
|
||||
{
|
||||
"name": "RUBYGEMS",
|
||||
"description": "<p>Ruby gems hosted at RubyGems.org.</p>"
|
||||
},
|
||||
{
|
||||
"name": "RUST",
|
||||
"description": "<p>Rust crates.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -61116,6 +61116,10 @@
|
||||
{
|
||||
"name": "RUBYGEMS",
|
||||
"description": "<p>Ruby gems hosted at RubyGems.org.</p>"
|
||||
},
|
||||
{
|
||||
"name": "RUST",
|
||||
"description": "<p>Rust crates.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user