From 33d19ca0ff3dcb0bc6f3a7eb25ad8c7345668ba5 Mon Sep 17 00:00:00 2001 From: azariahporras8686-eng Date: Thu, 4 Jun 2026 15:33:06 -0700 Subject: [PATCH 1/3] Delete metadata for 'Other' GraphQL category Removed metadata section for the 'Other' category in GraphQL documentation. --- content/graphql/reference/other.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/content/graphql/reference/other.md b/content/graphql/reference/other.md index 91e9dd165339..8b137891791f 100644 --- a/content/graphql/reference/other.md +++ b/content/graphql/reference/other.md @@ -1,14 +1 @@ ---- -title: Other -shortTitle: Other -intro: 'Reference documentation for GraphQL schema types in the Other category.' -versions: - fpt: '*' - ghec: '*' - ghes: '*' -autogenerated: graphql -category: - - Explore the schema reference ---- - From 6a4a7d490695f6ecfaaf906ce678878871a7bd92 Mon Sep 17 00:00:00 2001 From: azariahporras8686-eng Date: Thu, 4 Jun 2026 15:34:22 -0700 Subject: [PATCH 2/3] Delete content/graphql/reference/other.md --- content/graphql/reference/other.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 content/graphql/reference/other.md diff --git a/content/graphql/reference/other.md b/content/graphql/reference/other.md deleted file mode 100644 index 8b137891791f..000000000000 --- a/content/graphql/reference/other.md +++ /dev/null @@ -1 +0,0 @@ - From 0bb5ddad17f671a3b65f78f6cc9cf51dda76820f Mon Sep 17 00:00:00 2001 From: azariahporras8686-eng Date: Thu, 4 Jun 2026 15:35:12 -0700 Subject: [PATCH 3/3] Delete GraphQL README.md content Removed the README content for the GraphQL directory. --- content/graphql/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/graphql/README.md b/content/graphql/README.md index e7834649bd40..8b137891791f 100644 --- a/content/graphql/README.md +++ b/content/graphql/README.md @@ -1,8 +1 @@ -# GraphQL -The `/content/graphql` directory is where the GitHub GraphQL API docs live! - -* The `/content/graphql/guides` and `/content/graphql/overview` directories contain articles that are human-editable. -* The `/content/graphql/reference` directory contains an article for each GraphQL data type used in the GitHub GraphQL API. This content is generated from the data in `src/graphql/data` and should not be edited by a human. **As a result, we cannot accept contributions to GraphQL API reference content in this repository.** - -For more information, see the [`/src/graphql/README.md`](/src/graphql/README.md).