v0.9.0 #43
Closed
bkonkle
announced in
Announcements
v0.9.0
#43
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.9.0
Added
nakago-async-graphqllibrary with an initial implementation of schema building.Load, which is intended for use before the config is loaded. During this phase, an Application will typically set up all of its Providers and ConfigLoaders.InitLifecycle Event is now used for constructing anything needed to run the app. This is typically where an Application initializes things like GraphQL schemas, Axum routes, or anything else that needs to make use of Provided dependencies or the loaded Config.Inject::override_tag()andInject::override_type()methods to allow for injecting a dependency whether or not it was already there, returning a boolean result to indicate whether the key already existed or not.Changed
injectmodule.This discussion was created from the release v0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions