File tree Expand file tree Collapse file tree 5 files changed +39
-0
lines changed
Expand file tree Collapse file tree 5 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
You can’t perform that action at this time.
0 commit comments