Skip to content

Commit

Permalink
Merge pull request github#30154 from github/graphql-schema-update
Browse files Browse the repository at this point in the history
GraphQL schema update
  • Loading branch information
docubot authored Aug 22, 2022
2 parents c73100e + a8d1bda commit be09c09
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/graphql/ghec/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,16 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: lukewar
- location: ProjectView.groupedItems
description:
'`groupedItems` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
to find a suitable replacement.'
reason:
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
API.
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: lukewar
- location: ProjectView.items
description:
'`items` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
Expand Down
10 changes: 10 additions & 0 deletions data/graphql/graphql_upcoming_changes.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,16 @@ upcoming_changes:
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: lukewar
- location: ProjectView.groupedItems
description:
'`groupedItems` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
to find a suitable replacement.'
reason:
The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2`
API.
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: lukewar
- location: ProjectView.items
description:
'`items` will be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/,
Expand Down
18 changes: 18 additions & 0 deletions lib/graphql/static/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": []
}
],
"previewChanges": [],
"upcomingChanges": [
{
"title": "The following changes will be made to the schema:",
"changes": [
"<p>On member <code>ProjectView.groupedItems</code>:<code>groupedItems</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement. <strong>Effective 2022-10-01</strong>.</p>"
]
}
],
"date": "2022-08-22"
},
{
"schemaChanges": [
{
Expand Down
16 changes: 16 additions & 0 deletions lib/graphql/static/upcoming-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,14 @@
"criticality": "breaking",
"owner": "lukewar"
},
{
"location": "ProjectView.groupedItems",
"description": "<p><code>groupedItems</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
"date": "2022-10-01",
"criticality": "breaking",
"owner": "lukewar"
},
{
"location": "ProjectView.groupBy",
"description": "<p><code>groupBy</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
Expand Down Expand Up @@ -1703,6 +1711,14 @@
"criticality": "breaking",
"owner": "lukewar"
},
{
"location": "ProjectView.groupedItems",
"description": "<p><code>groupedItems</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
"reason": "<p>The <code>ProjectNext</code> API is deprecated in favour of the more capable <code>ProjectV2</code> API.</p>",
"date": "2022-10-01",
"criticality": "breaking",
"owner": "lukewar"
},
{
"location": "ProjectView.groupBy",
"description": "<p><code>groupBy</code> will be removed. Follow the ProjectV2 guide at <a href=\"https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/\">https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/</a>, to find a suitable replacement.</p>",
Expand Down

0 comments on commit be09c09

Please sign in to comment.