-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Apollo Router plugin crate #291
Comments
Definitely, it's just that Apollo Router is not published as a crate and has no versioning, so it's going to be tricky to maintain yours and GraphQL Hive crates. |
@kamilkisiela, I have a question that may deviate slightly from the current issue. I would like to know your thoughts on implementing a proper versioning schema for the Apollo Router (Hive Edition). To provide some context, we aim to establish a Terraform-based stack for deploying the router component. Our plan is to create a customized container image where we can inject our configuration files. Using the |
oops, re-opening. I will share an update here soon once the Crate is published :) |
You can find the Hive plugin in Crates now: https://crates.io/crates/hive-apollo-router-plugin Also, check the Product Update and updated docs. |
Would you be up for publishing the plugin to https://crates.io?
This would allow us to build a custom Apollo Router with a number of custom plugins beyond just the Hive one.
The text was updated successfully, but these errors were encountered: