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 36 graphql-workshop issues
Sort by recently updated
recently updated
newest added

The ID is stored as a Guid in my database, but when queried through GraphQL, it is returned as a base64 encoded string. i am facing this problem after enabling...

Fixed a couple typo and issues in the documentation.

Caching is not working, actually not returning any data from query, but if I close .UseQueryCachePipeline() I can see the data when queriying. It adds the Cache Control header but...

⚠️ WIP - [x] README.md - [x] Creating a new GraphQL server project. - [x] [Remove] ~~Controlling nullability~~. - [x] Understanding ~~GraphQL query execution and~~ DataLoader. - [x] GraphQL schema...

I am following workshop 1 and got to the point of running and it appears to start ok PS C:\Users\xxx\Development\learnGQL> dotnet run --project GraphQL Using launch settings from GraphQL\Properties\launchSettings.json... Building......