Skip to content

Commit 17688b0

Browse files
Octomergerrachmari
andauthored
GraphQL schema update (#34650)
Co-authored-by: rachmari <[email protected]>
1 parent a027824 commit 17688b0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

data/graphql/ghec/schema.docs.graphql

+2-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ input AddProjectV2DraftIssueInput {
577577
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])
578578

579579
"""
580-
The title of the draft issue.
580+
The title of the draft issue. A project item can also be created by providing
581+
the URL of an Issue or Pull Request if you have access.
581582
"""
582583
title: String!
583584
}

data/graphql/schema.docs.graphql

+2-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ input AddProjectV2DraftIssueInput {
577577
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])
578578

579579
"""
580-
The title of the draft issue.
580+
The title of the draft issue. A project item can also be created by providing
581+
the URL of an Issue or Pull Request if you have access.
581582
"""
582583
title: String!
583584
}

lib/graphql/static/schema-dotcom.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82565,7 +82565,7 @@
8256582565
},
8256682566
{
8256782567
"name": "title",
82568-
"description": "<p>The title of the draft issue.</p>",
82568+
"description": "<p>The title of the draft issue. A project item can also be created by providing\nthe URL of an Issue or Pull Request if you have access.</p>",
8256982569
"type": "String!",
8257082570
"id": "string",
8257182571
"kind": "scalars",

lib/graphql/static/schema-ghec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82565,7 +82565,7 @@
8256582565
},
8256682566
{
8256782567
"name": "title",
82568-
"description": "<p>The title of the draft issue.</p>",
82568+
"description": "<p>The title of the draft issue. A project item can also be created by providing\nthe URL of an Issue or Pull Request if you have access.</p>",
8256982569
"type": "String!",
8257082570
"id": "string",
8257182571
"kind": "scalars",

0 commit comments

Comments
 (0)