Skip to content

A simple implementaion of GraphQL for ASP.NET Core 3.1 WebAPI. Demonstrated using GraphQL Playground Package.

Notifications You must be signed in to change notification settings

fcantenot/GraphQL.WebApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with GraphQL in ASP.NET Core

GraphQL or Graph Query Language is an API Standard that was invented and open-sourced by Facebook. It basically is an alternative to REST APIs. GraphQL unlike the tradional REST API, gives the control to the Client so that the Client App / user gets to request for the specific data he wants. Here are the topics covered.

  1. What is GraphQL?
  2. The Problem GraphQL Solves
  3. GraphQL vs REST API
  4. Types in GraphQL
  5. GraphQL Schema
  6. About GraphQL Playground
  7. Testing GraphQL
  8. Getting all the customers.
  9. Get a Customer by ID

Read the entire blog here - https://www.codewithmukesh.com/blog/graphql-in-aspnet-core/

About

A simple implementaion of GraphQL for ASP.NET Core 3.1 WebAPI. Demonstrated using GraphQL Playground Package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%