-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: Fetch templates from a GraphQL API (#1388)Co-authored-by: Dylan Anthony <[email protected]> Co-authored-by: Avery Harnish <[email protected]> #1388
Conversation
622358a
to
743a00d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Thanks for throwing this together - let me know if I can clarify anything here.
TODO:
|
ee2387b
to
c7a08c9
Compare
Long awaited updates:
|
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great work on this - excited to have dynamic templates so quickly 😄
…oreply.github.com> # [0.13.0] - 2023-03-10 ## 🚀 Features - **Dynamic templates - @dbanty, #1388** Rover now fetches templates from a GraphQL API. New templates can be contributed to [the templates repo](https://github.com/apollographql/templates) and will not require a new release of Rover to be used. To see the latest templates, run `rover template list`. ## 🐛 Fixes - **Fixes behavior of `--router-config` in `rover dev` - @EverlastingBugstopper, #1536 fixes #1535** Older versions of Rover did not respect the `supergraph` section of the `--router-config` file. This has been fixed in v0.13.0. --------- Co-authored-by: Dylan Anthony <[email protected]>
Draft implementation of moving template definitions into an external service.