1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Merge pull request #29305 from github/graphql-schema-update

GraphQL schema update
This commit is contained in:
docubot
2022-07-23 12:41:45 -04:00
committed by GitHub
6 changed files with 15 additions and 62 deletions

View File

@@ -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
"""

View File

@@ -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
"""

View File

@@ -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

View File

@@ -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>",

View File

@@ -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>",