Skip to content

Commit 264f143

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#55328)
Co-authored-by: heiskr <[email protected]>
1 parent 719b971 commit 264f143

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64812,7 +64812,7 @@ input UpdateIssueIssueTypeInput {
6481264812
"""
6481364813
The ID of the issue type to update on the issue
6481464814
"""
64815-
issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
64815+
issueTypeId: ID
6481664816
}
6481764817

6481864818
"""

src/graphql/data/fpt/schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -109396,8 +109396,7 @@
109396109396
"type": "ID",
109397109397
"id": "id",
109398109398
"kind": "scalars",
109399-
"href": "/graphql/reference/scalars#id",
109400-
"isDeprecated": false
109399+
"href": "/graphql/reference/scalars#id"
109401109400
}
109402109401
]
109403109402
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64812,7 +64812,7 @@ input UpdateIssueIssueTypeInput {
6481264812
"""
6481364813
The ID of the issue type to update on the issue
6481464814
"""
64815-
issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
64815+
issueTypeId: ID
6481664816
}
6481764817

6481864818
"""

src/graphql/data/ghec/schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -109396,8 +109396,7 @@
109396109396
"type": "ID",
109397109397
"id": "id",
109398109398
"kind": "scalars",
109399-
"href": "/graphql/reference/scalars#id",
109400-
"isDeprecated": false
109399+
"href": "/graphql/reference/scalars#id"
109401109400
}
109402109401
]
109403109402
},

0 commit comments

Comments
 (0)