Skip to content

Commit 201f6a2

Browse files
Octomergerrachmari
andauthored
GraphQL schema update (#36900)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
1 parent 23a0b7d commit 201f6a2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

data/graphql/ghec/schema.docs.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31646,7 +31646,7 @@ type ProjectV2Item implements Node {
3164631646
databaseId: Int
3164731647

3164831648
"""
31649-
A specific field value given a field name
31649+
The field value of the first project field which matches the 'name' argument that is set on the item.
3165031650
"""
3165131651
fieldValueByName(
3165231652
"""
@@ -31656,7 +31656,7 @@ type ProjectV2Item implements Node {
3165631656
): ProjectV2ItemFieldValue
3165731657

3165831658
"""
31659-
List of field values
31659+
The field values that are set on the item.
3166031660
"""
3166131661
fieldValues(
3166231662
"""

data/graphql/schema.docs.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31646,7 +31646,7 @@ type ProjectV2Item implements Node {
3164631646
databaseId: Int
3164731647

3164831648
"""
31649-
A specific field value given a field name
31649+
The field value of the first project field which matches the 'name' argument that is set on the item.
3165031650
"""
3165131651
fieldValueByName(
3165231652
"""
@@ -31656,7 +31656,7 @@ type ProjectV2Item implements Node {
3165631656
): ProjectV2ItemFieldValue
3165731657

3165831658
"""
31659-
List of field values
31659+
The field values that are set on the item.
3166031660
"""
3166131661
fieldValues(
3166231662
"""

src/graphql/data/fpt/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43897,7 +43897,7 @@
4389743897
},
4389843898
{
4389943899
"name": "fieldValueByName",
43900-
"description": "<p>A specific field value given a field name.</p>",
43900+
"description": "<p>The field value of the first project field which matches the<code>name</code>argument that is set on the item.</p>",
4390143901
"type": "ProjectV2ItemFieldValue",
4390243902
"id": "projectv2itemfieldvalue",
4390343903
"kind": "unions",
@@ -43917,7 +43917,7 @@
4391743917
},
4391843918
{
4391943919
"name": "fieldValues",
43920-
"description": "<p>List of field values.</p>",
43920+
"description": "<p>The field values that are set on the item.</p>",
4392143921
"type": "ProjectV2ItemFieldValueConnection!",
4392243922
"id": "projectv2itemfieldvalueconnection",
4392343923
"kind": "objects",

src/graphql/data/ghec/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43897,7 +43897,7 @@
4389743897
},
4389843898
{
4389943899
"name": "fieldValueByName",
43900-
"description": "<p>A specific field value given a field name.</p>",
43900+
"description": "<p>The field value of the first project field which matches the<code>name</code>argument that is set on the item.</p>",
4390143901
"type": "ProjectV2ItemFieldValue",
4390243902
"id": "projectv2itemfieldvalue",
4390343903
"kind": "unions",
@@ -43917,7 +43917,7 @@
4391743917
},
4391843918
{
4391943919
"name": "fieldValues",
43920-
"description": "<p>List of field values.</p>",
43920+
"description": "<p>The field values that are set on the item.</p>",
4392143921
"type": "ProjectV2ItemFieldValueConnection!",
4392243922
"id": "projectv2itemfieldvalueconnection",
4392343923
"kind": "objects",

0 commit comments

Comments
 (0)