Graph QL API

Santhi Dhanuskodi 325 Reputation points
2023-08-01T06:37:21.23+00:00

hi,

I need to develop a graph ql API which will fetch data from db(MS SQL or Azure SQL). And this API should be generic, irrespective of what sql server we connect with, what db we connect to, what tables/data we connect to etc.

All code should be general and configurable. Is it possible to achieve this?

If yes, could you please give some directions/links?

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
776 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,772 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,150 Reputation points MVP
    2023-08-01T09:56:27.46+00:00

    I have added some links for you

    https://learn.microsoft.com/en-us/azure/api-management/get-started-create-service-instance

    https://learn.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=netcore-cli

    https://graphql-dotnet.github.io/docs/getting-started/introduction/

    Please review

    Entity Framework - can be used to connect to any relational databases including MS SQL and Azure SQL

    GraphQL .NET - library that will help you build a GraphQL API in .NET Core. ou need to define a schema for your GraphQL API that will describe the types of data that can be queried

    https://www.howtographql.com/

    https://graphql.org/learn/

    https://www.youtube.com/watch?v=HuN94qNwQmM&list=PLUQ4D25da8kGEK5zhIa9IKLCbAZ9bHM5F

    ASP.NET Core Web API

    Azure API Management - https://docs.microsoft.com/en-us/learn/modules/publish-manage-apis-with-azure-api-management/
    these are the main topics you can concentrate

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.