File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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",
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",
Original file line number Diff line number Diff line change 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",
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",
You can’t perform that action at this time.
0 commit comments