Skip to content

Commit a20783d

Browse files
GraphQL schema update (#60971)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent bc69481 commit a20783d

5 files changed

Lines changed: 62 additions & 0 deletions

File tree

src/graphql/data/fpt/changelog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>enterpriseRole</code> was added to object type <code>RepositoryRulesetBypassActor</code></p>",
8+
"<p>Input field <code>enterpriseRole</code> of type <code>Boolean</code> was added to input object type <code>RepositoryRulesetBypassActorInput</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2026-04-27"
15+
},
216
{
317
"schemaChanges": [
418
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55377,6 +55377,11 @@ type RepositoryRulesetBypassActor implements Node {
5537755377
"""
5537855378
enterpriseOwner: Boolean!
5537955379

55380+
"""
55381+
This actor represents the ability for an enterprise role to bypass
55382+
"""
55383+
enterpriseRole: Boolean!
55384+
5538055385
"""
5538155386
The Node ID of the RepositoryRulesetBypassActor object
5538255387
"""
@@ -55489,6 +55494,11 @@ input RepositoryRulesetBypassActorInput {
5548955494
"""
5549055495
enterpriseOwner: Boolean
5549155496

55497+
"""
55498+
For enterprise role bypasses, true. NOTE: This bypass actor is in beta.
55499+
"""
55500+
enterpriseRole: Boolean
55501+
5549255502
"""
5549355503
For organization owner bypasses, true
5549455504
"""

src/graphql/data/fpt/schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64223,6 +64223,13 @@
6422364223
"id": "boolean",
6422464224
"href": "/graphql/reference/scalars#boolean"
6422564225
},
64226+
{
64227+
"name": "enterpriseRole",
64228+
"description": "<p>This actor represents the ability for an enterprise role to bypass.</p>",
64229+
"type": "Boolean!",
64230+
"id": "boolean",
64231+
"href": "/graphql/reference/scalars#boolean"
64232+
},
6422664233
{
6422764234
"name": "id",
6422864235
"description": "<p>The Node ID of the RepositoryRulesetBypassActor object.</p>",
@@ -98453,6 +98460,13 @@
9845398460
"id": "boolean",
9845498461
"href": "/graphql/reference/scalars#boolean"
9845598462
},
98463+
{
98464+
"name": "enterpriseRole",
98465+
"description": "<p>For enterprise role bypasses, true. NOTE: This bypass actor is in beta.</p>",
98466+
"type": "Boolean",
98467+
"id": "boolean",
98468+
"href": "/graphql/reference/scalars#boolean"
98469+
},
9845698470
{
9845798471
"name": "organizationAdmin",
9845898472
"description": "<p>For organization owner bypasses, true.</p>",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55377,6 +55377,11 @@ type RepositoryRulesetBypassActor implements Node {
5537755377
"""
5537855378
enterpriseOwner: Boolean!
5537955379

55380+
"""
55381+
This actor represents the ability for an enterprise role to bypass
55382+
"""
55383+
enterpriseRole: Boolean!
55384+
5538055385
"""
5538155386
The Node ID of the RepositoryRulesetBypassActor object
5538255387
"""
@@ -55489,6 +55494,11 @@ input RepositoryRulesetBypassActorInput {
5548955494
"""
5549055495
enterpriseOwner: Boolean
5549155496

55497+
"""
55498+
For enterprise role bypasses, true. NOTE: This bypass actor is in beta.
55499+
"""
55500+
enterpriseRole: Boolean
55501+
5549255502
"""
5549355503
For organization owner bypasses, true
5549455504
"""

src/graphql/data/ghec/schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64223,6 +64223,13 @@
6422364223
"id": "boolean",
6422464224
"href": "/graphql/reference/scalars#boolean"
6422564225
},
64226+
{
64227+
"name": "enterpriseRole",
64228+
"description": "<p>This actor represents the ability for an enterprise role to bypass.</p>",
64229+
"type": "Boolean!",
64230+
"id": "boolean",
64231+
"href": "/graphql/reference/scalars#boolean"
64232+
},
6422664233
{
6422764234
"name": "id",
6422864235
"description": "<p>The Node ID of the RepositoryRulesetBypassActor object.</p>",
@@ -98453,6 +98460,13 @@
9845398460
"id": "boolean",
9845498461
"href": "/graphql/reference/scalars#boolean"
9845598462
},
98463+
{
98464+
"name": "enterpriseRole",
98465+
"description": "<p>For enterprise role bypasses, true. NOTE: This bypass actor is in beta.</p>",
98466+
"type": "Boolean",
98467+
"id": "boolean",
98468+
"href": "/graphql/reference/scalars#boolean"
98469+
},
9845698470
{
9845798471
"name": "organizationAdmin",
9845898472
"description": "<p>For organization owner bypasses, true.</p>",

0 commit comments

Comments
 (0)