diff --git a/src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md b/src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md index 89cdc019c..c40eb723e 100644 --- a/src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md +++ b/src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md @@ -1,4 +1,4 @@ -# Graphql Dotnet +# GraphQL .NET 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.