Joe McBride
Joe McBride
Looks like a pretty cool library! Not sure if it is well known, but the `ResolveFieldContext` does have a [`SubFields`](https://github.com/graphql-dotnet/graphql-dotnet/blob/master/src/GraphQL/Types/ResolveFieldContext.cs#L52) property which is the fields that should be requested. It...
If you setup your ASP.NET Core project with Api Versioning, Alba will give 404s for nearly all routes. I tracked this down to the following line of code [from this...
It appears that to be able to invoke an endpoint that returns a Razor view you have to manually tell Razor where the needed Assemblies are. Yes, I just threw...
* [ ] Fields - additional info around how everything is a field + resolver * [ ] Enumerations * [ ] `DocumentExecutor` + `DocumentWriter` * [ ] Custom Scalars...