graphql-workshop icon indicating copy to clipboard operation
graphql-workshop copied to clipboard

Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop

Results 32 graphql-workshop issues
Sort by recently updated
recently updated
newest added

Please update graphql workshop on basis latest version

Fixed broken relay mutation pattern link linking to latest version where the document still exists i.e. v10.1.3. The document no longer exist in v 11 and 12

The build commands for the GraphQL projects should run in the directory that contains the solution file rather than the startup.cs file

I'm trying to understand why creating a separate `UseApplicationDbContextAttribute` (and the `IObjectFieldDescriptor` extension) would be necessary at all (steps 5+6 and usage later). I've been loosely following the examples and...

It is missing the following command `dotnet add GraphQL package Microsoft.EntityFrameworkCore.Sqlite.Design` The following error will show without it the above reference: `'DbContextOptionsBuilder' does not contain a definition for 'UseSqlite' and...

AddSpeaker Mutation doesn't show up in the client tool in the Conference Planner tutorial. I can't access the standalone client so I'm using the middleware test page.

This should make it easier to build and test all sessions and make tweaks if necessary.

I propose to change the Name property to non-nullable as it is already marked with the [Required] attribute.

I was able to find `UseOffsetPaging` by searching through the main repo's issue. I think mentioning it here would help the discoverability of the feature.