Skip to content

MichalPajor/GraphQLAPIWithNet6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

GraphQLAPIWithNet6

Simple .NET6 API using GraphQL.

Technologies&Features

  • .NET 6 webapi
  • VSCode
  • Docker
  • MSSQL
  • GraphQL
    • Query
    • Mutation
    • Subscription
    • Filtering
    • Sorting
  • HotChocolate
  • GraphQL Voyager
  • Entity Framework (Code First)
  • WebSockets

#Nugets:

  • GraphQL.Server.Ui.Voyager
  • HotChocolate.AspNetCore
  • HotChocolate.Data.EntityFramework
  • Microsoft.EntityFrameworkCore.Design
  • Microsoft.EntityFrameworkCore.SqlServer
  • Swashbuckle.AspNetCore

About

Simple .NET6 API using GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages