
Learn to build APIs with GraphQL using the GraphQL server library, covering schemas, input and output types, queries, mutations, subscriptions, and a C# client.
Create a movie model folder with classes for movies and their ratings in an API for movies, including name, description, release date, comments, and the relationship between movies and ratings.
Unify your GraphQL API with a schema that binds types, queries, and mutations. Define strongly typed models and expose queries; use mutations to change data over HTTP or WebSocket.
Demonstrates creating GraphQL mutations in ASP.NET Core: register, update, and delete a movie using the resolve method, handling asynchronous operations, input arguments, and database persistence.
Learn how to consume a GraphQL mutation over HTTP, configure mutation inputs and variables, and update a movie description by sending an id and movie data.
We inform you that this course was recorded in Portuguese (Brazil) and has been dubbed in your language. Enjoy the course!
If you want to build modern, high-performance, and flexible APIs, this course on GraphQL with ASP.NET Core is the perfect choice! Unlike traditional REST, GraphQL offers clients the ability to query exactly the data they need, solving common issues like over-fetching and under-fetching, and making your applications much more efficient.
In this course, you will learn everything from the basics of GraphQL to the most advanced implementations in ASP.NET Core, with integration to Entity Framework Core for database handling. We will explore fundamental aspects such as queries, mutations, and subscriptions, ensuring you master communication between client and server in an optimized way.
You will also learn techniques to improve the performance of your APIs, such as Data Loaders, which help manage multiple simultaneous requests efficiently. Furthermore, we will cover the implementation of WebSockets for real-time communication and how to use powerful tools like Postman and GraphQL Altair to test, debug, and optimize your APIs in a practical and straightforward manner.
The course also covers best practices and design patterns, teaching you how to structure your code in an organized and scalable manner. Whether you're a back-end developer, a full-stack developer, or part of a team looking to modernize your APIs, this course will provide you with all the knowledge needed to create robust, fast, and scalable APIs with GraphQL in ASP.NET Core, empowering you to build innovative and efficient solutions!