docs(router): plugin system#7743
Conversation
Summary of ChangesHello @ardatan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the documentation for the Hive Router by introducing detailed guides and API references for its plugin system. The changes aim to empower developers to extend the router's functionality with custom Rust plugins, providing clear instructions on implementation, configuration, and deployment. This makes the router more flexible and adaptable to diverse use cases. Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/apollo |
0.48.0-alpha-20260305084943-905781016d91124746a6e57452899e83173daf56 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/cli |
0.58.4-alpha-20260305084943-905781016d91124746a6e57452899e83173daf56 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/core |
0.21.0-alpha-20260305084943-905781016d91124746a6e57452899e83173daf56 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/envelop |
0.40.5-alpha-20260305084943-905781016d91124746a6e57452899e83173daf56 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/yoga |
0.48.0-alpha-20260305084943-905781016d91124746a6e57452899e83173daf56 |
npm ↗︎ unpkg ↗︎ |
hive |
9.6.0-alpha-20260305084943-905781016d91124746a6e57452899e83173daf56 |
npm ↗︎ unpkg ↗︎ |
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
There was a problem hiding this comment.
Code Review
This pull request adds extensive documentation for the new router plugin system, including a detailed API reference and a step-by-step guide for creating custom plugins. The documentation is comprehensive and well-structured. I've found a few minor issues in the code examples and some opportunities to improve the guide, which are detailed in my comments.
💻 Website PreviewThe latest changes are available as preview in: https://pr-7743.hive-landing-page.pages.dev |
enisdenjo
left a comment
There was a problem hiding this comment.
The page has a height of 25000px, I think it'd be easier to navigate if the plugin system were split into multiple pages. Especially easier to navigate because you would see all of the core concepts on the left sidebar without being on the page.
8d6bcc9 to
9f640fb
Compare
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
Documentation of graphql-hive/router#482