Skip to content

Commit 4fbb3fd

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#56489)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent 284be64 commit 4fbb3fd

File tree

5 files changed

+39
-0
lines changed

5 files changed

+39
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>immutable</code> was added to object type <code>Release</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-07-04"
14+
},
215
{
316
"schemaChanges": [
417
{

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44682,6 +44682,11 @@ type Release implements Node & Reactable & UniformResourceLocatable {
4468244682
"""
4468344683
id: ID!
4468444684

44685+
"""
44686+
Whether or not the release is immutable
44687+
"""
44688+
immutable: Boolean!
44689+
4468544690
"""
4468644691
Whether or not the release is a draft
4468744692
"""

src/graphql/data/fpt/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58712,6 +58712,14 @@
5871258712
"kind": "scalars",
5871358713
"href": "/graphql/reference/scalars#id"
5871458714
},
58715+
{
58716+
"name": "immutable",
58717+
"description": "<p>Whether or not the release is immutable.</p>",
58718+
"type": "Boolean!",
58719+
"id": "boolean",
58720+
"kind": "scalars",
58721+
"href": "/graphql/reference/scalars#boolean"
58722+
},
5871558723
{
5871658724
"name": "isDraft",
5871758725
"description": "<p>Whether or not the release is a draft.</p>",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44682,6 +44682,11 @@ type Release implements Node & Reactable & UniformResourceLocatable {
4468244682
"""
4468344683
id: ID!
4468444684

44685+
"""
44686+
Whether or not the release is immutable
44687+
"""
44688+
immutable: Boolean!
44689+
4468544690
"""
4468644691
Whether or not the release is a draft
4468744692
"""

src/graphql/data/ghec/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58712,6 +58712,14 @@
5871258712
"kind": "scalars",
5871358713
"href": "/graphql/reference/scalars#id"
5871458714
},
58715+
{
58716+
"name": "immutable",
58717+
"description": "<p>Whether or not the release is immutable.</p>",
58718+
"type": "Boolean!",
58719+
"id": "boolean",
58720+
"kind": "scalars",
58721+
"href": "/graphql/reference/scalars#boolean"
58722+
},
5871558723
{
5871658724
"name": "isDraft",
5871758725
"description": "<p>Whether or not the release is a draft.</p>",

0 commit comments

Comments
 (0)