Skip to content

Commit 9b56139

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#55413)
Co-authored-by: heiskr <[email protected]>
1 parent 73a2a77 commit 9b56139

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7899,7 +7899,7 @@ input CreateIssueInput {
78997899
"""
79007900
The Node ID of the issue type for this issue
79017901
"""
7902-
issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
7902+
issueTypeId: ID
79037903

79047904
"""
79057905
An array of Node IDs of labels for this issue.

src/graphql/data/fpt/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100107,8 +100107,7 @@
100107100107
"type": "ID",
100108100108
"id": "id",
100109100109
"kind": "scalars",
100110-
"href": "/graphql/reference/scalars#id",
100111-
"isDeprecated": false
100110+
"href": "/graphql/reference/scalars#id"
100112100111
},
100113100112
{
100114100113
"name": "labelIds",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7899,7 +7899,7 @@ input CreateIssueInput {
78997899
"""
79007900
The Node ID of the issue type for this issue
79017901
"""
7902-
issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
7902+
issueTypeId: ID
79037903

79047904
"""
79057905
An array of Node IDs of labels for this issue.

src/graphql/data/ghec/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100107,8 +100107,7 @@
100107100107
"type": "ID",
100108100108
"id": "id",
100109100109
"kind": "scalars",
100110-
"href": "/graphql/reference/scalars#id",
100111-
"isDeprecated": false
100110+
"href": "/graphql/reference/scalars#id"
100112100111
},
100113100112
{
100114100113
"name": "labelIds",

0 commit comments

Comments
 (0)