Intermediate15 hours12 topics
HotChocolate GraphQL with ASP.NET Core
Build powerful GraphQL APIs for logistics and parcel shipment using HotChocolate 14 with ASP.NET Core and Entity Framework Core. Master queries, mutations, subscriptions, DataLoaders, filtering, sorting, paging, projections, and real-world schema organization.
Course Content
What you'll learn
- Explain how GraphQL solves over-fetching and under-fetching problems
- Describe the GraphQL type system including scalars, objects, lists, and non-null
- Write GraphQL queries with variables and fragments
- Distinguish between queries and mutations
- Install and configure HotChocolate NuGet packages
- Set up AddGraphQLServer with annotation-based types
Tags
graphqlhotchocolateaspnetdotnetapibackend
Prerequisites
- • aspnet-rest-api-basics