From 17688b080ae52e5e82d9ab546f80b2bd8234732e Mon Sep 17 00:00:00 2001 From: Octomerger Bot <63058869+Octomerger@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:39:53 -0800 Subject: [PATCH] GraphQL schema update (#34650) Co-authored-by: rachmari --- data/graphql/ghec/schema.docs.graphql | 3 ++- data/graphql/schema.docs.graphql | 3 ++- lib/graphql/static/schema-dotcom.json | 2 +- lib/graphql/static/schema-ghec.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index 2775a94f6c85..00734b1a1fe1 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -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! } diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index 2775a94f6c85..00734b1a1fe1 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -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! } diff --git a/lib/graphql/static/schema-dotcom.json b/lib/graphql/static/schema-dotcom.json index 3036f982de71..6171247152a1 100644 --- a/lib/graphql/static/schema-dotcom.json +++ b/lib/graphql/static/schema-dotcom.json @@ -82565,7 +82565,7 @@ }, { "name": "title", - "description": "

The title of the draft issue.

", + "description": "

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.

", "type": "String!", "id": "string", "kind": "scalars", diff --git a/lib/graphql/static/schema-ghec.json b/lib/graphql/static/schema-ghec.json index 3036f982de71..6171247152a1 100644 --- a/lib/graphql/static/schema-ghec.json +++ b/lib/graphql/static/schema-ghec.json @@ -82565,7 +82565,7 @@ }, { "name": "title", - "description": "

The title of the draft issue.

", + "description": "

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.

", "type": "String!", "id": "string", "kind": "scalars",