GraphQL or Graph Query Language is an API Standard that was invented and open-sourced by Facebook. It basically is an alternative to REST APIs. GraphQL unlike the tradional REST API, gives the control to the Client so that the Client App / user gets to request for the specific data he wants. Here are the topics covered.
- What is GraphQL?
- The Problem GraphQL Solves
- GraphQL vs REST API
- Types in GraphQL
- GraphQL Schema
- About GraphQL Playground
- Testing GraphQL
- Getting all the customers.
- Get a Customer by ID
Read the entire blog here - https://www.codewithmukesh.com/blog/graphql-in-aspnet-core/