From 75644737859a8cefcfeb18940dbc32d4e07f6962 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 29 May 2025 16:52:16 +0100 Subject: [PATCH 1/3] Create graphql-js announcement post --- src/pages/blog/2025-06-12-graphql-js-org.md | 39 +++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/pages/blog/2025-06-12-graphql-js-org.md diff --git a/src/pages/blog/2025-06-12-graphql-js-org.md b/src/pages/blog/2025-06-12-graphql-js-org.md new file mode 100644 index 0000000000..9b6104b3b6 --- /dev/null +++ b/src/pages/blog/2025-06-12-graphql-js-org.md @@ -0,0 +1,39 @@ +--- +title: 🆕 Announcing graphql-js.org! +tags: ["blog"] +date: 2025-06-12 +byline: GraphQL-js Maintainers +--- + +Dear Community, + +We're excited to share a milestone in the GraphQL-JS journey, one that puts our community at the center of everything we do. + +For years, GraphQL-JS documentation lived under the broader graphql.org umbrella at `/graphql-js`. While this made sense back then, we want to serve y'all better, we want upgrade guides and everything graphql-js specific to live in one easy to navigate place. + +We're thrilled to announce that GraphQL-JS has moved to its dedicated home at [**graphql-js.org**](https://www.graphql-js.org). + +This isn't simply a change of address, it's a commitment to the community that has made GraphQL-JS what it is today. This new home represents the first step in a larger mission: giving you the comprehensive documentation, clear upgrade paths, and responsive support that a project of this scale deserves. + +What This Means for You + +- **Easier discovery**: No more hunting through nested documentation structures +- **Focused experience**: Everything GraphQL-JS related in one dedicated space +- **Better navigation**: Documentation organized around your workflow, not our internal structure + +Coming soon: + +- **Comprehensive upgrade guides**: Clear, step-by-step paths between major versions, GraphQL V17 will be our first attempt at this +- **Enhanced reference documentation**: Every API documented with real-world examples + +## An Inflection Point + +We see this move as an inflection point, a moment where we recommit to being the reference implementation the community deserves. GraphQL-JS isn't just code; it's the foundation that teams around the world build upon. Whether you're implementing a new GraphQL server, debugging a complex schema, or upgrading between major versions, you deserve documentation and tooling that makes your job easier, not harder. + +This is our promise: we're not just maintaining GraphQL-JS, we're investing in its future and yours. + +--- + +_The GraphQL-JS Maintainers_ + +_Questions or feedback about the new site? We'd love to hear from you in our [GitHub discussions](https://github.com/graphql/graphql-js/discussions) or on the [GraphQL community Discord](https://discord.graphql.org) in channel `#graphql-js`._ From b6150d454858ee486a4fce1a8be9c395f6cf6ea3 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Fri, 20 Jun 2025 10:57:39 -0400 Subject: [PATCH 2/3] Update 2025-06-12-graphql-js-org.md update date --- src/pages/blog/2025-06-12-graphql-js-org.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/2025-06-12-graphql-js-org.md b/src/pages/blog/2025-06-12-graphql-js-org.md index 9b6104b3b6..e322a7ad38 100644 --- a/src/pages/blog/2025-06-12-graphql-js-org.md +++ b/src/pages/blog/2025-06-12-graphql-js-org.md @@ -1,7 +1,7 @@ --- title: 🆕 Announcing graphql-js.org! tags: ["blog"] -date: 2025-06-12 +date: 2025-06-20 byline: GraphQL-js Maintainers --- From 5c17c61c17aaa84e37e97fc3bdb15ae723f2b979 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Fri, 20 Jun 2025 10:59:18 -0400 Subject: [PATCH 3/3] Rename 2025-06-12-graphql-js-org.md to 2025-06-20-graphql-js-org.md update date, for real --- ...{2025-06-12-graphql-js-org.md => 2025-06-20-graphql-js-org.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/pages/blog/{2025-06-12-graphql-js-org.md => 2025-06-20-graphql-js-org.md} (100%) diff --git a/src/pages/blog/2025-06-12-graphql-js-org.md b/src/pages/blog/2025-06-20-graphql-js-org.md similarity index 100% rename from src/pages/blog/2025-06-12-graphql-js-org.md rename to src/pages/blog/2025-06-20-graphql-js-org.md