Skip to content

Moglten/Product-GraphQL-APi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product-GraphQL-APi

GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data (that's how academics declare it). We will translate the definition in developer perspective instead of declaring multiple endpoints for accessing the data like in Restfull API, GraphQL technology central all http requests on the same endpoint to do multiple operations on accessed data by a post/get functions.

GraphQL in .Net Technology

GraphQL

Middleware is supstitute of the controller to recive the request and pass it to schema to access the function of CRUD operations on the data.

Technologies

  1. Entity Framework Core
  2. GraphQL
  3. LINQ
  4. DotNet Core
  5. MSSQL Server

Included Feartures

  1. Add Data
  2. Update Data
  3. Delete Data
  4. Read Data
  5. Sorting the Data

How i Integrated the GraphQL in the .Net Application

  1. Use the GraphQL package from Joe McBride, READMORE
  2. Test the API with GraphQL playGround from Pekka Heikura , READMORE

About

Product GraphQL APi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages