C
C#13mo ago
ANewDeveloper

❔ GraphQL for ASP.NET 7 subscription service

Are there any tutorial/articles on how to implement a GraphQL api for ASP.NET 7 subscription service?
2 Replies
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
acookook
acookook6mo ago
With currently giving a try myself, I just find it confusing just to everything set up, not to mention that I do not understand how to wire this up the unitofwork and repository pattern. I have no code to show, since I am wiggleing around installing different graph ql packages like HotChocolate and trying various options shown @ medium, with even the basic examples failing at the first lines, like:
//var inputs = query.Variables.ToInputs();
//var inputs = query.Variables.ToInputs();