Skip to content

Commit

Permalink
Merge pull request github#19233 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Jul 23, 2022
2 parents 4125e73 + 180f8bd commit 7a17b99
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 62 deletions.
10 changes: 0 additions & 10 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -29820,16 +29820,6 @@ type ProjectV2Item implements Node {
"""
databaseId: Int

"""
A specific field value given a field name
"""
fieldValueByName(
"""
The name of the field to return the field value of
"""
name: String!
): ProjectV2ItemFieldValue

"""
List of field values
"""
Expand Down
10 changes: 0 additions & 10 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -29820,16 +29820,6 @@ type ProjectV2Item implements Node {
"""
databaseId: Int

"""
A specific field value given a field name
"""
fieldValueByName(
"""
The name of the field to return the field value of
"""
name: String!
): ProjectV2ItemFieldValue

"""
List of field values
"""
Expand Down
13 changes: 13 additions & 0 deletions lib/graphql/static/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Field `fieldValueByName` was removed from object type 'ProjectV2Item'"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-07-23"
},
{
"schemaChanges": [
{
Expand Down
4 changes: 2 additions & 2 deletions lib/graphql/static/prerendered-objects.json

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions lib/graphql/static/schema-dotcom.json
Original file line number Diff line number Diff line change
Expand Up @@ -41985,26 +41985,6 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "fieldValueByName",
"description": "<p>A specific field value given a field name.</p>",
"type": "ProjectV2ItemFieldValue",
"id": "projectv2itemfieldvalue",
"kind": "unions",
"href": "/graphql/reference/unions#projectv2itemfieldvalue",
"arguments": [
{
"name": "name",
"description": "<p>The name of the field to return the field value of.</p>",
"type": {
"name": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
}
]
},
{
"name": "fieldValues",
"description": "<p>List of field values.</p>",
Expand Down
20 changes: 0 additions & 20 deletions lib/graphql/static/schema-ghec.json
Original file line number Diff line number Diff line change
Expand Up @@ -41985,26 +41985,6 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "fieldValueByName",
"description": "<p>A specific field value given a field name.</p>",
"type": "ProjectV2ItemFieldValue",
"id": "projectv2itemfieldvalue",
"kind": "unions",
"href": "/graphql/reference/unions#projectv2itemfieldvalue",
"arguments": [
{
"name": "name",
"description": "<p>The name of the field to return the field value of.</p>",
"type": {
"name": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
}
]
},
{
"name": "fieldValues",
"description": "<p>List of field values.</p>",
Expand Down

0 comments on commit 7a17b99

Please sign in to comment.