Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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