1
0
mirror of synced 2026-01-05 12:07:35 -05:00

GraphQL schema update

This commit is contained in:
Octomerger Bot
2021-09-23 12:50:24 -04:00
committed by GitHub
5 changed files with 31 additions and 0 deletions

View File

@@ -34084,6 +34084,11 @@ enum SecurityAdvisoryEcosystem {
Ruby gems hosted at RubyGems.org
"""
RUBYGEMS
"""
Rust crates
"""
RUST
}
"""

View File

@@ -37003,6 +37003,11 @@ enum SecurityAdvisoryEcosystem {
Ruby gems hosted at RubyGems.org
"""
RUBYGEMS
"""
Rust crates
"""
RUST
}
"""

View File

@@ -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": [
{

View File

@@ -67801,6 +67801,10 @@
{
"name": "RUBYGEMS",
"description": "<p>Ruby gems hosted at RubyGems.org.</p>"
},
{
"name": "RUST",
"description": "<p>Rust crates.</p>"
}
]
},

View File

@@ -61116,6 +61116,10 @@
{
"name": "RUBYGEMS",
"description": "<p>Ruby gems hosted at RubyGems.org.</p>"
},
{
"name": "RUST",
"description": "<p>Rust crates.</p>"
}
]
},