GraphQL schema update (#50676)
Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"<p>Enum value 'BRANCH_POLICY<code>was added to enum</code>DeploymentProtectionRuleType'</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2024-05-17"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -10557,6 +10557,11 @@ type DeploymentProtectionRuleEdge {
|
||||
The possible protection rule types.
|
||||
"""
|
||||
enum DeploymentProtectionRuleType {
|
||||
"""
|
||||
Branch policy
|
||||
"""
|
||||
BRANCH_POLICY
|
||||
|
||||
"""
|
||||
Required reviewers
|
||||
"""
|
||||
|
||||
@@ -82364,6 +82364,10 @@
|
||||
"href": "/graphql/reference/enums#deploymentprotectionruletype",
|
||||
"description": "<p>The possible protection rule types.</p>",
|
||||
"values": [
|
||||
{
|
||||
"name": "BRANCH_POLICY",
|
||||
"description": "<p>Branch policy.</p>"
|
||||
},
|
||||
{
|
||||
"name": "REQUIRED_REVIEWERS",
|
||||
"description": "<p>Required reviewers.</p>"
|
||||
|
||||
@@ -10557,6 +10557,11 @@ type DeploymentProtectionRuleEdge {
|
||||
The possible protection rule types.
|
||||
"""
|
||||
enum DeploymentProtectionRuleType {
|
||||
"""
|
||||
Branch policy
|
||||
"""
|
||||
BRANCH_POLICY
|
||||
|
||||
"""
|
||||
Required reviewers
|
||||
"""
|
||||
|
||||
@@ -82364,6 +82364,10 @@
|
||||
"href": "/graphql/reference/enums#deploymentprotectionruletype",
|
||||
"description": "<p>The possible protection rule types.</p>",
|
||||
"values": [
|
||||
{
|
||||
"name": "BRANCH_POLICY",
|
||||
"description": "<p>Branch policy.</p>"
|
||||
},
|
||||
{
|
||||
"name": "REQUIRED_REVIEWERS",
|
||||
"description": "<p>Required reviewers.</p>"
|
||||
|
||||
Reference in New Issue
Block a user