Chris Godwin
Chris Godwin
I managed to resolved Include and includeMany in SqlKata.Execution project at QueryFactory.cs file . Please check if there no conflict with other feature of the library? Cheers
Hi @ahmad-moussawi , Please can you do TEST for current "Include" or "IncludeMany" because it seem not to follow what is written in the READ.MD; ` var books = db.Query("Books")...
Hi If you can add simple-jwt-authentication to you great library it will be nice, because it added great stuff that a non trivial app should have. https://github.com/jonathan-dejong/simple-jwt-authentication/wiki/Documentation Thanks
It will be nice to have a short video tutorial on it. Nice work.
Is it only public ObservableRangeCollection Items { get; set; } i can use bcoz with public ObservableRangeCollection TodoItems { get; set; } is not populating. below is my view: Am...
I guessing its from my app or there is something i am during wrong?
I understand because services live in their own world and subscription became issues and from reading I found this among others interesting [Example](https://github.com/apollosolutions/federation-subscription-tools/blob/main/example/gateway-server/src/redis/index.js) and [ReadMe](https://github.com/davidyaha/graphql-redis-subscriptions) I was able to set...