Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 12.1 – Test your knowledge
Answer the following questions:
- What transport protocol does a GraphQL service use?
- What media type does GraphQL use for its queries?
- How can you parameterize GraphQL queries?
- What are the benefits of using Strawberry Shake over a regular HTTP client for GraphQL queries?
- How might you insert a new product into the Northwind database?
Exercise 12.2 – Explore topics
Use the links on the following page to learn more details about the topics covered in this chapter:
Exercise 12.3 – Practice building .NET clients
In HomeController.cs
, add an action method...