You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I would have made this a discussion but it seems like they're not enabled for this repo
I'm using this plugin (still works great btw), but am curious how something like ctx.data::<AppHandle>() is working? ctx is from async_graphql, and AppHandle is something from tauri.
I've been searching through the source code of this plugin, hoping to find an obvious place where you're saying "add tauri's app handle to async_graphql's context", but the only reference to it is in an example in a comment. So, it seems very magical at the moment.
The text was updated successfully, but these errors were encountered:
I'm using this plugin (still works great btw), but am curious how something like
ctx.data::<AppHandle>()
is working?ctx
is from async_graphql, andAppHandle
is something from tauri.I've been searching through the source code of this plugin, hoping to find an obvious place where you're saying "add tauri's app handle to async_graphql's context", but the only reference to it is in an example in a comment. So, it seems very magical at the moment.
The text was updated successfully, but these errors were encountered: