Learn about the GraphQL schema, arguments, queries, and mutations. We'll implement a GraphQL API using .NET C# and Hot Chocolate.
Implement a GraphQL server using Hot Chocolate's annotation-based approach
Describe the journey of a GraphQL operation from client to server and back
Design a schema based on a UI mockup
Use an existing REST API as a data source
Use arguments in queries and resolvers
Learn best practices for queries and mutations
Michelle Mabuyo