Closed jasonlaw closed 3 years ago
well, that's a bit surprising for me, I thought you have all you need regarding these things, and I believe you do :), But I might be wrong actually, let me have another look, I will try to push the code this week thanks!
working on it...
pushed new code, no changes to packages; just updated GraphQL sample project - added login functionality and handling Jwt token (by VitaWebMiddleware). The addReview mutation changed to use the current logged in user as an author of the review, so it requires authenticated user. There's a Readme file in the sample project folder, with some explanations. Have a look, I think this is what you need.
Thanks, will take a look into that. :) Btw, I think the OperationContext still missing the SmartLoad option for OpenSession, this is also something I am waiting for. :)
// Should be support for OperationContext too. _session = _app.OpenSession(EntitySessionOptions.EnableSmartLoad);
about this - you can always create your own extension with necessary parameters and pass it to session constructor
alright, will do that, thanks!
Hi @rivantsov ,
Good day to you.
It has been a while since the last update, I am eagerly expecting the new release, especially on the Middleware which may co-exists well with VitaWebMiddleware, and the authentication, which could be crucial for our services.
Thanks again for this great framework, and it becomes more interesting with the introduction of NGraphQL.
Thank you!