Update src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md

pull/3294/head
Kamran Ahmed 2 years ago committed by GitHub
parent 28a87feb92
commit 71a2b3712c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md

@ -3,8 +3,6 @@
GraphQL is a query language for your API, it allows clients to define the structure of the data they need, and the server will return only the requested data. It is an alternative to RESTful web services, and it is gaining popularity because of its flexibility and efficiency.
In ASP.NET, GraphQL can be used to create web services that expose data in a more flexible and efficient way. GraphQL.NET is a popular open-source library that can be used to create GraphQL services in ASP.NET. This library provides a set of classes and methods that make it easy to create a GraphQL schema, handle requests, and generate responses.
Learn more from the following resources:
- [Introduction to Graphql Dotnet in ASP.NET](https://graphql-dotnet.github.io/docs/getting-started/introduction/)

Loading…
Cancel
Save