Nate
Nate
Does the browser dev tools show an error that the inputfile.js couldn't be loaded? If so you probably need to add `app.UseStaticFiles();` (with no arguments) in your `Configure(IApplicationBuilder app)` method...
This is an awesome library, thanks so much to everyone who has put time and effort into it! This issue is a big deal to me; @PatrykOlejniczak @aalhour would it...
@aalhour I am willing to take over maintaining this project. Is that something you would consider?
@aalhour @PatrykOlejniczak @NdubuisiJr I forked the project and released two NuGet packages. I'm open to discussion about this. You guys have laid a great foundation. However due to the busyness...
This seems like a duplicate of https://github.com/aalhour/C-Sharp-Algorithms/issues/46
I would be happy to implement this myself, but I wanted to open this issue first.
I'm running into this too with a HotChocolate backend. Is there a working example of union types being queried with strawberry shake somewhere? I can adjust the schema as a...