Skip to content

Commit 7a17b99

Browse files
authored
Merge pull request #19233 from github/repo-sync
repo sync
2 parents 4125e73 + 180f8bd commit 7a17b99

File tree

6 files changed

+15
-62
lines changed

6 files changed

+15
-62
lines changed

data/graphql/ghec/schema.docs.graphql

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29820,16 +29820,6 @@ type ProjectV2Item implements Node {
2982029820
"""
2982129821
databaseId: Int
2982229822

29823-
"""
29824-
A specific field value given a field name
29825-
"""
29826-
fieldValueByName(
29827-
"""
29828-
The name of the field to return the field value of
29829-
"""
29830-
name: String!
29831-
): ProjectV2ItemFieldValue
29832-
2983329823
"""
2983429824
List of field values
2983529825
"""

data/graphql/schema.docs.graphql

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29820,16 +29820,6 @@ type ProjectV2Item implements Node {
2982029820
"""
2982129821
databaseId: Int
2982229822

29823-
"""
29824-
A specific field value given a field name
29825-
"""
29826-
fieldValueByName(
29827-
"""
29828-
The name of the field to return the field value of
29829-
"""
29830-
name: String!
29831-
): ProjectV2ItemFieldValue
29832-
2983329823
"""
2983429824
List of field values
2983529825
"""

lib/graphql/static/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+
"Field `fieldValueByName` was removed from object type 'ProjectV2Item'"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2022-07-23"
14+
},
215
{
316
"schemaChanges": [
417
{

lib/graphql/static/prerendered-objects.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41985,26 +41985,6 @@
4198541985
"kind": "scalars",
4198641986
"href": "/graphql/reference/scalars#int"
4198741987
},
41988-
{
41989-
"name": "fieldValueByName",
41990-
"description": "<p>A specific field value given a field name.</p>",
41991-
"type": "ProjectV2ItemFieldValue",
41992-
"id": "projectv2itemfieldvalue",
41993-
"kind": "unions",
41994-
"href": "/graphql/reference/unions#projectv2itemfieldvalue",
41995-
"arguments": [
41996-
{
41997-
"name": "name",
41998-
"description": "<p>The name of the field to return the field value of.</p>",
41999-
"type": {
42000-
"name": "String!",
42001-
"id": "string",
42002-
"kind": "scalars",
42003-
"href": "/graphql/reference/scalars#string"
42004-
}
42005-
}
42006-
]
42007-
},
4200841988
{
4200941989
"name": "fieldValues",
4201041990
"description": "<p>List of field values.</p>",

lib/graphql/static/schema-ghec.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41985,26 +41985,6 @@
4198541985
"kind": "scalars",
4198641986
"href": "/graphql/reference/scalars#int"
4198741987
},
41988-
{
41989-
"name": "fieldValueByName",
41990-
"description": "<p>A specific field value given a field name.</p>",
41991-
"type": "ProjectV2ItemFieldValue",
41992-
"id": "projectv2itemfieldvalue",
41993-
"kind": "unions",
41994-
"href": "/graphql/reference/unions#projectv2itemfieldvalue",
41995-
"arguments": [
41996-
{
41997-
"name": "name",
41998-
"description": "<p>The name of the field to return the field value of.</p>",
41999-
"type": {
42000-
"name": "String!",
42001-
"id": "string",
42002-
"kind": "scalars",
42003-
"href": "/graphql/reference/scalars#string"
42004-
}
42005-
}
42006-
]
42007-
},
4200841988
{
4200941989
"name": "fieldValues",
4201041990
"description": "<p>List of field values.</p>",

0 commit comments

Comments
 (0)