Skip to content

Commit

Permalink
fix: build update (#897)
Browse files Browse the repository at this point in the history
build: schema.json and schema.d.ts updated

Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
octokitbot and Octokit Bot authored Feb 9, 2024
1 parent 859cb7e commit 597dc42
Showing 1 changed file with 42 additions and 6 deletions.
48 changes: 42 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -89449,8 +89449,8 @@
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
"isDeprecated": true,
"deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC."
},
{
"name": "deletions",
Expand Down Expand Up @@ -89533,6 +89533,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fullDatabaseId",
"description": "Identifies the primary key from the database as a BigInt.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "headRef",
"description": "Identifies the head Ref associated with the pull request.",
Expand Down Expand Up @@ -92792,8 +92804,8 @@
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
"isDeprecated": true,
"deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC."
},
{
"name": "editor",
Expand All @@ -92807,6 +92819,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fullDatabaseId",
"description": "Identifies the primary key from the database as a BigInt.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "The Node ID of the PullRequestReview object",
Expand Down Expand Up @@ -93491,8 +93515,8 @@
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
"isDeprecated": true,
"deprecationReason": "`databaseId` will be removed because it does not support 64-bit signed integer identifiers. Use `fullDatabaseId` instead. Removal on 2024-07-01 UTC."
},
{
"name": "diffHunk",
Expand Down Expand Up @@ -93538,6 +93562,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fullDatabaseId",
"description": "Identifies the primary key from the database as a BigInt.",
"args": [],
"type": {
"kind": "SCALAR",
"name": "BigInt",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "The Node ID of the PullRequestReviewComment object",
Expand Down

0 comments on commit 597dc42

Please sign in to comment.