File tree Expand file tree Collapse file tree 6 files changed +15
-62
lines changed Expand file tree Collapse file tree 6 files changed +15
-62
lines changed Original file line number Diff line number Diff line change @@ -29820,16 +29820,6 @@ type ProjectV2Item implements Node {
29820
29820
"""
29821
29821
databaseId: Int
29822
29822
29823
- """
29824
- A specific field value given a field name
29825
- """
29826
- fieldValueByName(
29827
- """
29828
- The name of the field to return the field value of
29829
- """
29830
- name: String!
29831
- ): ProjectV2ItemFieldValue
29832
-
29833
29823
"""
29834
29824
List of field values
29835
29825
"""
Original file line number Diff line number Diff line change @@ -29820,16 +29820,6 @@ type ProjectV2Item implements Node {
29820
29820
"""
29821
29821
databaseId: Int
29822
29822
29823
- """
29824
- A specific field value given a field name
29825
- """
29826
- fieldValueByName(
29827
- """
29828
- The name of the field to return the field value of
29829
- """
29830
- name: String!
29831
- ): ProjectV2ItemFieldValue
29832
-
29833
29823
"""
29834
29824
List of field values
29835
29825
"""
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges" : [
4
+ {
5
+ "title" : " The GraphQL schema includes these changes:" ,
6
+ "changes" : [
7
+ " Field `fieldValueByName` was removed from object type 'ProjectV2Item'"
8
+ ]
9
+ }
10
+ ],
11
+ "previewChanges" : [],
12
+ "upcomingChanges" : [],
13
+ "date" : " 2022-07-23"
14
+ },
2
15
{
3
16
"schemaChanges" : [
4
17
{
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 41985
41985
"kind": "scalars",
41986
41986
"href": "/graphql/reference/scalars#int"
41987
41987
},
41988
- {
41989
- "name": "fieldValueByName",
41990
- "description": "<p>A specific field value given a field name.</p>",
41991
- "type": "ProjectV2ItemFieldValue",
41992
- "id": "projectv2itemfieldvalue",
41993
- "kind": "unions",
41994
- "href": "/graphql/reference/unions#projectv2itemfieldvalue",
41995
- "arguments": [
41996
- {
41997
- "name": "name",
41998
- "description": "<p>The name of the field to return the field value of.</p>",
41999
- "type": {
42000
- "name": "String!",
42001
- "id": "string",
42002
- "kind": "scalars",
42003
- "href": "/graphql/reference/scalars#string"
42004
- }
42005
- }
42006
- ]
42007
- },
42008
41988
{
42009
41989
"name": "fieldValues",
42010
41990
"description": "<p>List of field values.</p>",
Original file line number Diff line number Diff line change 41985
41985
"kind": "scalars",
41986
41986
"href": "/graphql/reference/scalars#int"
41987
41987
},
41988
- {
41989
- "name": "fieldValueByName",
41990
- "description": "<p>A specific field value given a field name.</p>",
41991
- "type": "ProjectV2ItemFieldValue",
41992
- "id": "projectv2itemfieldvalue",
41993
- "kind": "unions",
41994
- "href": "/graphql/reference/unions#projectv2itemfieldvalue",
41995
- "arguments": [
41996
- {
41997
- "name": "name",
41998
- "description": "<p>The name of the field to return the field value of.</p>",
41999
- "type": {
42000
- "name": "String!",
42001
- "id": "string",
42002
- "kind": "scalars",
42003
- "href": "/graphql/reference/scalars#string"
42004
- }
42005
- }
42006
- ]
42007
- },
42008
41988
{
42009
41989
"name": "fieldValues",
42010
41990
"description": "<p>List of field values.</p>",
You can’t perform that action at this time.
0 commit comments