Merge pull request #29305 from github/graphql-schema-update
GraphQL schema update
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user