Open RoiJS opened 2 years ago
Here is a informative article on how to integration GrapQL to an ASP.NET Web API project. https://blog.christian-schou.dk/how-to-implement-graphql-in-asp-net-core/
Here is a informative article on how to integration GrapQL to an ASP.NET Web API project. https://blog.christian-schou.dk/how-to-implement-graphql-in-asp-net-core/
We will create a new .NET Web API project for the back-end of the application. We are going to implement GraphQL for data communication between the client and back-end side. This project will manage list of
Clients
from databasedbReserbizSYSSQL
. This will also have an authentication, we will implement social login for this project, for now we will support google login. This project will have to re-use the ReserbizAPP.LIB class library project for the models and database communication.