Skip to content

Hive Blog | Migrate blog posts#6641

Merged
hasparus merged 59 commits into
mainfrom
hive-blog--posts
Mar 27, 2025
Merged

Hive Blog | Migrate blog posts#6641
hasparus merged 59 commits into
mainfrom
hive-blog--posts

Conversation

@hasparus

@hasparus hasparus commented Mar 22, 2025

Copy link
Copy Markdown
Contributor

This PR adds the remaining blog posts from The Guild blog with the tags graphql, codegen, graphql-hive and graphql-federation.

Blog posts were removed from the Website in the-guild-org/website#1833.

Main PR: #6625

@coderabbitai

coderabbitai Bot commented Mar 22, 2025

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Summary by CodeRabbit

  • Documentation
    • Introduced a wide array of new guides, tutorials, and deep-dive blog posts across the GraphQL ecosystem.
    • Announcements include major release candidates and updates for popular tools such as Accounts.js, Apollo Angular, GraphQL Hive, and GraphQL Yoga.
    • New articles cover topics like schema stitching evolution, realtime GraphQL backends, advanced caching, error handling, authentication strategies, and more.
    • Additional recaps and best practices posts, including event summaries, provide valuable insights for developers and end-users.

Walkthrough

This pull request introduces a multitude of new Markdown documentation pages to the web/docs project. The new files cover a broad range of topics including schema stitching, federation, real‑time updates, and various GraphQL tool integrations such as Code Generator, Modules, Yoga, Mesh, and Hive. In addition, several guides focus on authentication, authorization, error handling (with new types and classes), transport mechanisms, and deep‑dive tutorials. These changes expand the documentation ecosystem and include several minor code export additions to support improved dependency injection and error handling.

Changes

Files Change Summary
packages/web/docs/src/app/blog/(posts)/a-new-year-for-schema-stitching/page.mdx, .../graphql-tools-v6/page.mdx, .../graphql-tools-v7/page.mdx, .../graphql-tools-v8/page.mdx Introduces new docs on Schema Stitching and federation, detailing configuration, performance, and integration improvements in GraphQL Tools.
packages/web/docs/src/app/blog/(posts)/accounts.js-1.0-rc/page.mdx, .../apollo-angular-011/page.mdx, .../apollo-angular-12/page.mdx New release and guide pages for Accounts.js and Apollo Angular, covering release candidate details, multi‑client support, and performance enhancements.
Files under /graphql-code-generator*, /graphql-codegen*, /graphql-typescript-modules-codegen/page.mdx, /graphql-with-typescript-done-right/page.mdx Adds extensive guides and release notes for the GraphQL Code Generator—covering integration with TypeScript, Prisma, Apollo Client, and best practices for generating fully typed GraphQL components.
packages/web/docs/src/app/blog/(posts)/dependency-injection-library-in-graphql-modules/page.mdx, .../graphql-modules-auth/page.mdx, .../graphql-modules-scoped-providers/page.mdx, .../graphql-modules-v1/page.mdx, .../graphql-modules/page.mdx Presents comprehensive documentation for GraphQL Modules with a focus on custom dependency injection, scoped providers, authentication strategies, and a major rewrite for streamlined module organization.
packages/web/docs/src/app/blog/(posts)/announcing-graphql-yoga-v2/page.mdx, .../graphql-yoga-nestjs-v9/page.mdx, .../graphql-yoga-v3/page.mdx, .../graphql-yoga-worker/page.mdx Documents new release announcements and integration guides for GraphQL Yoga—highlighting unified APIs, NestJS v9 support, serverless deployment on Cloudflare Workers, and additional performance features.
Files under /graphql-mesh* and /graphql-hive* (e.g. .../graphql-mesh-subscriptions/page.mdx, .../announcing-graphql-hive-release/page.mdx, .../hive-summer-update-2023/page.mdx) Introduces guides and release notes for GraphQL Mesh and Hive, detailing federation and schema stitching approaches, new subscription techniques, performance improvements (e.g. using ClickHouse), and policy features for enhanced API management.
packages/web/docs/src/app/blog/(posts)/graphql-authentication-with-envelop-and-auth0/page.mdx, .../graphql-authz/page.mdx, .../graphql-error-handling-with-fp/page.mdx Provides comprehensive guides on implementing authentication with Envelop and Auth0, adding authorization layers via GraphQL AuthZ, and establishing robust error handling strategies using functional programming techniques (accompanied by new types and classes).
packages/web/docs/src/app/blog/(posts)/add-reactivity-to-an-existing-source/page.mdx, .../build-realtime-graphql-backends-with-grafbase/page.mdx, .../collecting-graphql-live-query-resource-identifier-with-graphql-tools/page.mdx Presents tutorials on adding reactivity to existing GraphQL sources, building real‑time backends with Grafbase, and managing live query resource identifiers for dynamic, real‑time data updates.
packages/web/docs/src/app/blog/(posts)/graphql-over-internet/page.mdx, .../graphql-over-sse/page.mdx, .../graphql-over-websockets/page.mdx, .../graphql-request-cancellation/page.mdx Introduces guides on various GraphQL transport mechanisms—including HTTP, Server‑Sent Events (SSE), WebSockets—and techniques for cancelling in‑flight requests using AbortController.
A broad collection of documents (e.g. deep dive series from graphql-deep-dive-1/page.mdx to graphql-deep-dive-6/page.mdx, graphql-cli-is-back/page.mdx, graphql-config/page.mdx, graphql-eslint-3.14/page.mdx, graphql-geo-strike/page.mdx, conference recaps, graphqxl-language/page.mdx, houdini-and-kitql/page.mdx) Features a diverse set of new docs covering CI/CD integrations, CLI tools, ESLint updates, in‑depth explorations into GraphQL topics, conference recaps, and integration guides for tools like Stencil-Apollo and Svelte, along with extended language features.

Sequence Diagram(s)


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@hasparus
hasparus marked this pull request as draft March 22, 2025 13:44
@hasparus hasparus changed the title Hive Blog | Migrate blog posts WIP: Hive Blog | Migrate blog posts Mar 22, 2025
@github-actions

github-actions Bot commented Mar 22, 2025

Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-hive/apollo 0.39.0-alpha-20250327151547-e1453555e48a420742152bfb8c43f8a27b51c65b npm ↗︎ unpkg ↗︎
@graphql-hive/cli 0.50.0-alpha-20250327151547-e1453555e48a420742152bfb8c43f8a27b51c65b npm ↗︎ unpkg ↗︎
@graphql-hive/core 0.11.0-alpha-20250327151547-e1453555e48a420742152bfb8c43f8a27b51c65b npm ↗︎ unpkg ↗︎
@graphql-hive/envelop 0.36.0-alpha-20250327151547-e1453555e48a420742152bfb8c43f8a27b51c65b npm ↗︎ unpkg ↗︎
@graphql-hive/yoga 0.42.0-alpha-20250327151547-e1453555e48a420742152bfb8c43f8a27b51c65b npm ↗︎ unpkg ↗︎
hive 6.1.0-alpha-20250327151547-e1453555e48a420742152bfb8c43f8a27b51c65b npm ↗︎ unpkg ↗︎

@github-actions

github-actions Bot commented Mar 22, 2025

Copy link
Copy Markdown
Contributor

📚 Storybook Deployment

The latest changes are available as preview in: https://pr-6641.hive-storybook.pages.dev

@hasparus hasparus changed the title WIP: Hive Blog | Migrate blog posts Hive Blog | Migrate blog posts Mar 24, 2025
@hasparus
hasparus marked this pull request as ready for review March 24, 2025 21:11
@hasparus

Copy link
Copy Markdown
Contributor Author

@CodeRabbit review

@coderabbitai

coderabbitai Bot commented Mar 24, 2025

Copy link
Copy Markdown
Contributor
✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@hasparus hasparus mentioned this pull request Mar 24, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 368 out of 388 changed files in this pull request and generated no comments.

Files not reviewed (20)
  • packages/web/docs/package.json: Language not supported
  • packages/web/docs/src/app/blog/(posts)/a-new-year-for-schema-stitching/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/accounts.js-1.0-rc/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/add-reactivity-to-an-existing-source/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/announcing-free-single-sign-on-for-graphql-hive/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/announcing-graphql-hive-release/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/announcing-graphql-network-inspector/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/announcing-graphql-yoga-v2/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/announcing-self-hosted-graphql-hive/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/apollo-angular-011/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/apollo-angular-12/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/better-type-safety-for-resolvers-with-graphql-codegen/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/build-realtime-graphql-backends-with-grafbase/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/building-graphql-servers-in-2022/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/caching-data-with-dataloader/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/ci-ci-graphql-inspector/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/codegen-typescript-react-apollo/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/collecting-graphql-live-query-resource-identifier-with-graphql-tools/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/defer-support-codegen/page.mdx: Language not supported
  • packages/web/docs/src/app/blog/(posts)/dependency-injection-library-in-graphql-modules/page.mdx: Language not supported

Base automatically changed from hive-blog to main March 27, 2025 15:12
@hasparus
hasparus enabled auto-merge (squash) March 27, 2025 15:15
@hasparus
hasparus merged commit 99ce9c5 into main Mar 27, 2025
@hasparus
hasparus deleted the hive-blog--posts branch March 27, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants