From 6f9d58641579294b6a9d51db76a1597240225ee7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 14 Jan 2023 15:05:40 +0400 Subject: [PATCH] Update src/roadmaps/aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md --- .../content/109-api-clients/102-graphql/100-graphql-dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.