From 48e7b4a16a4734408e1887e4ec3b3744e462616b Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:37:19 -0500 Subject: [PATCH] GraphQL schema update (#54215) Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com> --- src/graphql/data/fpt/changelog.json | 14 ++++++++++++++ src/graphql/data/fpt/schema.docs.graphql | 10 ++++++++++ src/graphql/data/fpt/schema.json | 8 ++++++++ src/graphql/data/ghec/schema.docs.graphql | 10 ++++++++++ src/graphql/data/ghec/schema.json | 8 ++++++++ 5 files changed, 50 insertions(+) diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 3d2e981e755b..022069d48154 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,18 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "
Enum value 'PARENT_ISSUEwas added to enum
ProjectV2FieldType'
Enum value 'SUB_ISSUES_PROGRESSwas added to enum
ProjectV2FieldType'
Number.
" }, + { + "name": "PARENT_ISSUE", + "description": "Parent issue.
" + }, { "name": "REPOSITORY", "description": "Repository.
" @@ -87397,6 +87401,10 @@ "name": "SINGLE_SELECT", "description": "Single Select.
" }, + { + "name": "SUB_ISSUES_PROGRESS", + "description": "Sub-issues progress.
" + }, { "name": "TEXT", "description": "Text.
" diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 72abd17a8fd7..1e3473302c56 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -34950,6 +34950,11 @@ enum ProjectV2FieldType { """ NUMBER + """ + Parent issue + """ + PARENT_ISSUE + """ Repository """ @@ -34965,6 +34970,11 @@ enum ProjectV2FieldType { """ SINGLE_SELECT + """ + Sub-issues progress + """ + SUB_ISSUES_PROGRESS + """ Text """ diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index bd75a3b90c60..6b951def8b83 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -87385,6 +87385,10 @@ "name": "NUMBER", "description": "Number.
" }, + { + "name": "PARENT_ISSUE", + "description": "Parent issue.
" + }, { "name": "REPOSITORY", "description": "Repository.
" @@ -87397,6 +87401,10 @@ "name": "SINGLE_SELECT", "description": "Single Select.
" }, + { + "name": "SUB_ISSUES_PROGRESS", + "description": "Sub-issues progress.
" + }, { "name": "TEXT", "description": "Text.
"