Skip to content

Commit

Permalink
GraphQL schema update (#34650)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
  • Loading branch information
Octomerger and rachmari authored Feb 10, 2023
1 parent a027824 commit 17688b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ input AddProjectV2DraftIssueInput {
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])

"""
The title of the draft issue.
The title of the draft issue. A project item can also be created by providing
the URL of an Issue or Pull Request if you have access.
"""
title: String!
}
Expand Down
3 changes: 2 additions & 1 deletion data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ input AddProjectV2DraftIssueInput {
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])

"""
The title of the draft issue.
The title of the draft issue. A project item can also be created by providing
the URL of an Issue or Pull Request if you have access.
"""
title: String!
}
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/static/schema-dotcom.json
Original file line number Diff line number Diff line change
Expand Up @@ -82565,7 +82565,7 @@
},
{
"name": "title",
"description": "<p>The title of the draft issue.</p>",
"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>",
"type": "String!",
"id": "string",
"kind": "scalars",
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/static/schema-ghec.json
Original file line number Diff line number Diff line change
Expand Up @@ -82565,7 +82565,7 @@
},
{
"name": "title",
"description": "<p>The title of the draft issue.</p>",
"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>",
"type": "String!",
"id": "string",
"kind": "scalars",
Expand Down

0 comments on commit 17688b0

Please sign in to comment.