Skip to content

Commit 597dc42

Browse files
octokitbotOctokit Bot
andauthored
fix: build update (#897)
build: schema.json and schema.d.ts updated Co-authored-by: Octokit Bot <octokitbot@martynus.net>
1 parent 859cb7e commit 597dc42

1 file changed

Lines changed: 42 additions & 6 deletions

File tree

schema.json

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89449,8 +89449,8 @@
8944989449
"name": "Int",
8945089450
"ofType": null
8945189451
},
89452-
"isDeprecated": false,
89453-
"deprecationReason": null
89452+
"isDeprecated": true,
89453+
"deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC."
8945489454
},
8945589455
{
8945689456
"name": "deletions",
@@ -89533,6 +89533,18 @@
8953389533
"isDeprecated": false,
8953489534
"deprecationReason": null
8953589535
},
89536+
{
89537+
"name": "fullDatabaseId",
89538+
"description": "Identifies the primary key from the database as a BigInt.",
89539+
"args": [],
89540+
"type": {
89541+
"kind": "SCALAR",
89542+
"name": "BigInt",
89543+
"ofType": null
89544+
},
89545+
"isDeprecated": false,
89546+
"deprecationReason": null
89547+
},
8953689548
{
8953789549
"name": "headRef",
8953889550
"description": "Identifies the head Ref associated with the pull request.",
@@ -92792,8 +92804,8 @@
9279292804
"name": "Int",
9279392805
"ofType": null
9279492806
},
92795-
"isDeprecated": false,
92796-
"deprecationReason": null
92807+
"isDeprecated": true,
92808+
"deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC."
9279792809
},
9279892810
{
9279992811
"name": "editor",
@@ -92807,6 +92819,18 @@
9280792819
"isDeprecated": false,
9280892820
"deprecationReason": null
9280992821
},
92822+
{
92823+
"name": "fullDatabaseId",
92824+
"description": "Identifies the primary key from the database as a BigInt.",
92825+
"args": [],
92826+
"type": {
92827+
"kind": "SCALAR",
92828+
"name": "BigInt",
92829+
"ofType": null
92830+
},
92831+
"isDeprecated": false,
92832+
"deprecationReason": null
92833+
},
9281092834
{
9281192835
"name": "id",
9281292836
"description": "The Node ID of the PullRequestReview object",
@@ -93491,8 +93515,8 @@
9349193515
"name": "Int",
9349293516
"ofType": null
9349393517
},
93494-
"isDeprecated": false,
93495-
"deprecationReason": null
93518+
"isDeprecated": true,
93519+
"deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC."
9349693520
},
9349793521
{
9349893522
"name": "diffHunk",
@@ -93538,6 +93562,18 @@
9353893562
"isDeprecated": false,
9353993563
"deprecationReason": null
9354093564
},
93565+
{
93566+
"name": "fullDatabaseId",
93567+
"description": "Identifies the primary key from the database as a BigInt.",
93568+
"args": [],
93569+
"type": {
93570+
"kind": "SCALAR",
93571+
"name": "BigInt",
93572+
"ofType": null
93573+
},
93574+
"isDeprecated": false,
93575+
"deprecationReason": null
93576+
},
9354193577
{
9354293578
"name": "id",
9354393579
"description": "The Node ID of the PullRequestReviewComment object",

0 commit comments

Comments
 (0)